Click or drag to resize

IKeyIndexableGraph.DropKeyIndex Method

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

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

Parameters

key
Type: System.String
the key to drop the index for
elementClass
Type: System.Type
the element class that the index is for
See Also