Description
The specific engine model or thruster set to be used for the maneuver.
Property type
Read-only property
Syntax
[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();
|
[Python - STK API] |
---|
@property
def PropulsionMethodValue(self) -> str:
|
See Also