FeaturesSupportsVertexKeyIndex Property |
Does the graph support key indexing on vertices?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool SupportsVertexKeyIndex { get; set; }
Public Property SupportsVertexKeyIndex As Boolean
Get
Set
public:
property bool SupportsVertexKeyIndex {
bool get ();
void set (bool value);
}
member SupportsVertexKeyIndex : bool with get, set
Property Value
Type:
BooleanSee Also