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