Get the thrust options for the Specify Thrust mode.
Read-only property
[Visual Basic .NET] |
---|
Public Property Thrust() As IAgAvtrPropulsionThrust |
[C#] |
---|
public IAgAvtrPropulsionThrust Thrust {get;} |
[Managed C++] |
---|
public: __property IAgAvtrPropulsionThrust ^ get_Thrust(); |
[Unmanaged C++] |
---|
public: HRESULT get_Thrust( IAgAvtrPropulsionThrust ** ppRetVal ); |
[Java] |
---|
public IAgAvtrPropulsionThrust getThrust(); |
[Python - STK API ] |
---|
@property def Thrust(self) -> "IAgAvtrPropulsionThrust": |