Click or drag to resize

IIndexableGraphDropIndex Method

Remove an index associated with the graph.

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

Parameters

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