Gets the index by position within the IndexCollection.
Namespace:
ESRI.ArcGISExplorer.Data
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
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.
Field Value
An Index object which represents a physical index on a Table.
See Also