Get the specific engine model or thruster set to be used for the maneuver.
Read-only property
[Visual Basic .NET] |
---|
Public Property PropulsionMethodValue() As String |
[C#] |
---|
public string PropulsionMethodValue {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_PropulsionMethodValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_PropulsionMethodValue( BSTR * pVal ); |
[Java] |
---|
public String getPropulsionMethodValue(); |