Click or drag to resize

PartitionIndexableGraph.CreateIndex Method

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

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IIndex CreateIndex(
	string indexName,
	Type indexClass,
	params Parameter[] indexParameters
)

Parameters

indexName
Type: System.String

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

indexClass
Type: System.Type

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

indexParameters
Type:VelocityGraph.Frontenac.Blueprints.Parameter[]

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

Return Value

Type: IIndex

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

Implements

IIndexableGraph.CreateIndex(String, Type,Parameter[])
See Also