STK AstrogatorSend comments on this topic.
Thrusters Property (IAgVAThrusterSet)
See Also
Windows





Windows & Linux

Description

Get the list of thrusters.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Thrusters() As IAgVAThrusterSetCollection
[C#]
public IAgVAThrusterSetCollection Thrusters {get;}
[Managed C++]
public: __property IAgVAThrusterSetCollection ^ get_Thrusters();
[Unmanaged C++]
public: HRESULT get_Thrusters(
    IAgVAThrusterSetCollection ** ppVAThrusterSetCollection
);
[Java]
public IAgVAThrusterSetCollection getThrusters();
[Python - STK API ]
@property
def Thrusters(self) -> "IAgVAThrusterSetCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.