Get the list of thrusters.
Read-only property
[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": |