STK AstrogatorSend comments on this topic.
GetItemByIndex Method (IAgVAThrusterSetCollection)
See Also
Index
Windows





Windows & Linux

Description

Retrieves a thruster from the collection by index.

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.