FeaturesSupportsIndices Property |
Does the graph implement IIndexableGraph?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool SupportsIndices { get; set; }
Public Property SupportsIndices As Boolean
Get
Set
public:
property bool SupportsIndices {
bool get ();
void set (bool value);
}
member SupportsIndices : bool with get, set
Property Value
Type:
BooleanSee Also