STK ObjectsSend comments on this topic.
GetItemByIndex Method (IAgCentralBodyTerrainCollection)
See Also
Index
Windows





Windows & Linux

Description

Retrieves a central body terrain from the collection by index.

Syntax

[Visual Basic .NET]
Public Function GetItemByIndex( _
    ByVal Index As Integer _
) As IAgCentralBodyTerrainCollectionElement
[C#]
public IAgCentralBodyTerrainCollectionElement GetItemByIndex(
    int Index
);
[Managed C++]
public: IAgCentralBodyTerrainCollectionElement^ GetItemByIndex(
    int Index
);
[Unmanaged C++]
public: HRESULT GetItemByIndex(
    int Index,
    IAgCentralBodyTerrainCollectionElement ** ppVal
);
[Java]
public IAgCentralBodyTerrainCollectionElement getItemByIndex(
    Integer Index
);
[Python - STK API ]
def GetItemByIndex(self, Index:int) -> "IAgCentralBodyTerrainCollectionElement":

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.