Given an index or a name of a central body,
returns an element in the collection.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Item( _
ByVal vtIndex As System.Object _
) As IAgCentralBodyTerrainCollectionElement
|
| [C#] |
|---|
public IAgCentralBodyTerrainCollectionElement this[
|
| [Managed C++] |
|---|
public: __property IAgCentralBodyTerrainCollectionElement^ get_Item(
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Item(
|
| [Java] |
|---|
public IAgCentralBodyTerrainCollectionElement getItem(
|
- vtIndex