Click or drag to resize

IIndexableGraphDropIndex Method

Remove an index associated with the graph.

Namespace:  VelocityGraph.Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
void DropIndex(
	string indexName
)

Parameters

indexName
Type: SystemString
the name of the index to drop
See Also