PartitionIndexableGraphDropIndex Method |
[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Partition.PartitionIndexableGraph.DropIndex(System.String)"]
Namespace:
Frontenac.Blueprints.Util.Wrappers.Partition
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic void DropIndex(
string indexName
)
Public Sub DropIndex (
indexName As String
)
public:
virtual void DropIndex(
String^ indexName
) sealed
abstract DropIndex :
indexName : string -> unit
override DropIndex :
indexName : string -> unit
Parameters
- indexName
- Type: SystemString
[Missing <param name="indexName"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Partition.PartitionIndexableGraph.DropIndex(System.String)"]
Implements
IIndexableGraphDropIndex(String)
See Also