GraphVertexIdSetPerType Property |
true if using a vertex id set per type. Decided by constructor parameter when creating a
Graph
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool VertexIdSetPerType { get; }
Public ReadOnly Property VertexIdSetPerType As Boolean
Get
public:
property bool VertexIdSetPerType {
bool get ();
}
member VertexIdSetPerType : bool with get
Property Value
Type:
BooleanSee Also