Click or drag to resize

IIndexableGraphCreateIndex Method

Generate an index with a particular name for a particular class.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IIndex CreateIndex(
	string indexName,
	Type indexClass,
	params Parameter[] indexParameters
)

Parameters

indexName
Type: SystemString
the name of the manual index
indexClass
Type: SystemType
the element class that this index is indexing (can be base class)
indexParameters
Type: Frontenac.BlueprintsParameter
a collection of parameters for the underlying index implementation

Return Value

Type: IIndex
the index created
See Also