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