Click or drag to resize

IdGraph.GetIndex Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.GetIndex(System.String,System.Type)"]

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

Parameters

indexName
Type: System.String

[Missing <param name="indexName"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.GetIndex(System.String,System.Type)"]

indexClass
Type: System.Type

[Missing <param name="indexClass"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.GetIndex(System.String,System.Type)"]

Return Value

Type: IIndex

[Missing <returns> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.GetIndex(System.String,System.Type)"]

Implements

IIndexableGraph.GetIndex(String, Type)
See Also