Gets a collection of indexes defined for the Table.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public IndexCollection Indexes { get; }
Visual Basic (Declaration)
Public ReadOnly Property Indexes As IndexCollection

Field Value

An IndexCollection object which contains Index objects each of which represents a data structure known as an index that improves the speed of table operations.

See Also