Click or drag to resize

IIndexableGraphGetIndex Method

Get an index from the graph by its name and index class. An index is unique up to name.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IIndex GetIndex(
	string indexName,
	Type indexClass
)

Parameters

indexName
Type: SystemString
the name of the index to retrieve
indexClass
Type: SystemType
the class of the elements being indexed (can be base class)

Return Value

Type: IIndex
the retrieved index
See Also