ArcGIS Explorer Component Help |
IndexCollection..::.Delete Method |
IndexCollection Class See Also |
Deletes an Index from the IndexCollection by name and deletes the physical index on disk.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public void Delete( string name ) |
Visual Basic (Declaration) |
---|
Public Sub Delete ( _ name As String _ ) |
Parameters
- name
- Type: System..::.String
The name of the index to delete.
Remarks
This method cannot be used to delete indexes for tables stored in an ArcSDE geodatabase.