A thruster direction value.
Read-only property
[Visual Basic .NET] |
---|
Public Property ThrusterDirection() As IAgDirection |
[C#] |
---|
public IAgDirection ThrusterDirection {get;} |
[Managed C++] |
---|
public: __property IAgDirection ^ get_ThrusterDirection(); |
[Unmanaged C++] |
---|
public: HRESULT get_ThrusterDirection( IAgDirection ** ppDirection ); |
[Java] |
---|
public IAgDirection getThrusterDirection(); |
[Python - STK API ] |
---|
@property def ThrusterDirection(self) -> "IAgDirection": |