IKeyIndexableGraphDropKeyIndex 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
)
Sub DropKeyIndex (
key As String,
elementClass As Type
)
void DropKeyIndex(
String^ key,
Type^ elementClass
)
abstract DropKeyIndex :
key : string *
elementClass : Type -> unit
Parameters
- key
- Type: SystemString
the key to drop the index for - elementClass
- Type: SystemType
the element class that the index is for
See Also