Sets the propulsion type and associated engine/thruster set.
[Visual Basic .NET] |
---|
Public Sub SetPropulsionMethod( _ ByVal PropulsionMethod As AgEVAPropulsionMethod, _ ByVal Value As String _ ) |
[C#] |
---|
public void SetPropulsionMethod( AgEVAPropulsionMethod PropulsionMethod, string Value ); |
[Managed C++] |
---|
public: void SetPropulsionMethod( AgEVAPropulsionMethod PropulsionMethod, String __gc ^ Value ); |
[Unmanaged C++] |
---|
public: HRESULT SetPropulsionMethod( AgEVAPropulsionMethod PropulsionMethod, BSTR Value ); |
[Java] |
---|
public void setPropulsionMethod( AgEVAPropulsionMethod PropulsionMethod, String Value ); |
[Python - STK API ] |
---|
def SetPropulsionMethod(self, PropulsionMethod:"AgEVAPropulsionMethod", Value:str) -> None: |
- PropulsionMethod
- Value
- Engine/Thruster set name.