Click or drag to resize

IKeyIndexableGraphCreateKeyIndex Method

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

Namespace:  VelocityGraph.Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.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: VelocityGraph.Frontenac.BlueprintsParameter
a collection of parameters for the underlying index implementation
See Also