Click or drag to resize

PartitionIndexableGraphGetIndex Method

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

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IIndex GetIndex(
	string indexName,
	Type indexClass
)

Parameters

indexName
Type: SystemString

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

indexClass
Type: SystemType

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

Return Value

Type: IIndex

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

Implements

IIndexableGraphGetIndex(String, Type)
See Also