ArcGIS Explorer Component Help |
IndexCollection..::.Item Property (String) |
IndexCollection Class See Also |
Gets the index with the specified index name.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public Index this[ string indexName ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ indexName As String _ ) As Index |
Parameters
- indexName
- Type: System..::.String
The name of the Index.