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