Given an index, returns an IAgTerrain interface.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As IAgTerrain |
[C#] |
---|
public IAgTerrain this[ |
[Managed C++] |
---|
public: __property IAgTerrain^ get_Item( |
[Unmanaged C++] |
---|
public: HRESULT get_Item( |
[Java] |
---|
public IAgTerrain getItem( |
- Index
- The index of the collection.