IIndexableGraphGetIndex Method |
Get an index from the graph by its name and index class. An index is unique up to name.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax IIndex GetIndex(
string indexName,
Type indexClass
)
Function GetIndex (
indexName As String,
indexClass As Type
) As IIndex
IIndex^ GetIndex(
String^ indexName,
Type^ indexClass
)
abstract GetIndex :
indexName : string *
indexClass : Type -> IIndex
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:
IIndexthe retrieved index
See Also