Flexivert Library Documentation
GraphTypes Enumeration
NamespacesFlexivertGraphTypes
Contains values for different graph type specifications.
Declaration Syntax
C#Visual BasicVisual C++
public enum GraphTypes
Public Enumeration GraphTypes
public enum class GraphTypes
Members
MemberDescription
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.

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)