Deletes an Index from the IndexCollection by name and deletes the physical index on disk.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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.

See Also

Relate Topics:
  Add Method
  FindIndexesByColumnName Method
  GetEnumerator Method
  GetNames Method
Created by Atop CHM to web converter,© 2009 all right reserved.