IdGraphDropKeyIndex Method |
[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.DropKeyIndex(System.String,System.Type)"]
Namespace:
Frontenac.Blueprints.Util.Wrappers.Id
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic void DropKeyIndex(
string key,
Type elementClass
)
Public Sub DropKeyIndex (
key As String,
elementClass As Type
)
public:
virtual void DropKeyIndex(
String^ key,
Type^ elementClass
) sealed
abstract DropKeyIndex :
key : string *
elementClass : Type -> unit
override DropKeyIndex :
key : string *
elementClass : Type -> unit
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.DropKeyIndex(System.String,System.Type)"]
- elementClass
- Type: SystemType
[Missing <param name="elementClass"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.DropKeyIndex(System.String,System.Type)"]
Implements
IKeyIndexableGraphDropKeyIndex(String, Type)
See Also