Gets the index by position within the IndexCollection.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public Index this[ int position ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ position As Integer _ ) As Index |
Parameters
- position
- Type: System..::.Int32
An Integer which represents the index position of the Index in the IndexCollection.