Creates an index on the Column, which has the same name as the Column itself.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Index CreateIndex()
Visual Basic (Declaration)
Public Function CreateIndex As Index

Return Value

An Index object which represents the physical index that has been created on disk.

Remarks

This is a convenience method for creating an single-column index. For greater flexibility when creating indexes, including creating multi-column indexes, consider using the Add(Index) method.

Useful for shapefiles and dBase files which do not allow user-defined names for indexes.

See Also