Click or drag to resize

IKeyIndexableGraph.CreateKeyIndex 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: System.String
the key to drop the index for
elementClass
Type: System.Type
the element class that the index is for
indexParameters
Type:VelocityGraph.Frontenac.Blueprints.Parameter[]
a collection of parameters for the underlying index implementation
See Also