Contains values for different graph type specifications.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum GraphTypes
Public Enumeration GraphTypes
public enum class GraphTypes
Members
Member | Description |
---|---|
Directed |
Indicates directed graphs.
|
Undirected |
Indicates undirected graphs.
|
Both |
The plugin targets both directed and undirected graphs.
|
Remarks
GraphTypes.Both is only used as plugin targets or in similar context.