Click or drag to resize

IKeyIndexableGraphDropKeyIndex Method

Remove an automatic indexing structure associated with indexing provided key for element class.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
void DropKeyIndex(
	string key,
	Type elementClass
)

Parameters

key
Type: SystemString
the key to drop the index for
elementClass
Type: SystemType
the element class that the index is for
See Also