| ArcGIS Explorer Component Help |
| Column..::.Indexes Property |
| Column Class See Also |
Gets a collection containing all the indexes defined for this Column.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public ReadOnlyCollection<Index> Indexes { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Indexes As ReadOnlyCollection(Of Index) |