Sets the propulsion type.
| [Visual Basic .NET] |
|---|
Public Sub SetPropulsionMethod( _ ByVal PropulsionMethod As AgEVAPropulsionMethod, _ ByVal Value As String _ ) |
| [C#] |
|---|
public void SetPropulsionMethod( |
| [Managed C++] |
|---|
public: void SetPropulsionMethod( |
| [Java] |
|---|
public setPropulsionMethod( |
| [Unmanaged C++] |
|---|
public: HRESULT SetPropulsionMethod( |
- PropulsionMethod
Member Value Description eVAPropulsionMethodEngineModel 0 Engine Model - can be used to quickly model the firing of a single engine. eVAPropulsionMethodThrusterSet 1 Thruster Set - used to fire multiple engines simultaneously, and to simulate off-pulsing or complex engine pointing. - Value
