Click or drag to resize

IKeyIndexableGraphCreateKeyIndex Method

Create an automatic indexing structure for indexing provided key for element class.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
void CreateKeyIndex(
	string key,
	Type elementClass,
	params Parameter[] indexParameters
)

Parameters

key
Type: SystemString
the key to drop the index for
elementClass
Type: SystemType
the element class that the index is for
indexParameters
Type: Frontenac.BlueprintsParameter
a collection of parameters for the underlying index implementation
See Also