Defines the thrust vector in the reference axes.
Read-only property
[Visual Basic .NET] |
---|
Public Property ThrustVector() As IAgDirection |
[C#] |
---|
public IAgDirection ThrustVector {get;} |
[Managed C++] |
---|
public: __property IAgDirection ^ get_ThrustVector(); |
[Unmanaged C++] |
---|
public: HRESULT get_ThrustVector( IAgDirection ** ppDirection ); |
[Java] |
---|
public IAgDirection getThrustVector(); |
[Python - STK API ![]() |
---|
@property def ThrustVector(self) -> "IAgDirection": |