STK ObjectsSend comments on this topic.
Item Property (IAgCentralBodyTerrainCollection)
See Also
vtIndex
Windows





Windows & Linux

Description

Given an index or a name of a central body, returns an element in the collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal vtIndex As System.Object _
) As IAgCentralBodyTerrainCollectionElement
[C#]
public IAgCentralBodyTerrainCollectionElement this[
    System.Object vtIndex
] {get;}
[Managed C++]
public: __property IAgCentralBodyTerrainCollectionElement^ get_Item(
    VARIANT vtIndex
);
[Unmanaged C++]
public: HRESULT get_Item(
    VARIANT vtIndex,
    IAgCentralBodyTerrainCollectionElement* ppRetVal
);
[Java]
public IAgCentralBodyTerrainCollectionElement getItem(
    AgVariant vtIndex
);
[Python - STK API ]
@property
def Item(self) -> "IAgCentralBodyTerrainCollectionElement":

Parameters

vtIndex

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.