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()
Function GetIndices As IEnumerable(Of IIndex)
IEnumerable<IIndex^>^ GetIndices()
abstract GetIndices : unit -> IEnumerable<IIndex>
Return Value
Type:
IEnumerableIIndexthe indices associated with the graph
See Also