Click or drag to resize

IIndexableGraphGetIndices Method

Get all the indices maintained by the graph.

Namespace:  VelocityGraph.Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
IEnumerable<IIndex> GetIndices()

Return Value

Type: IEnumerableIIndex
the indices associated with the graph
See Also