AGI STK Astrogator 11 Send comments on this topic.
SetPropulsionMethod Method (IAgVAManeuver)
See Also 
PropulsionMethod
Value





Description

Sets the propulsion type.

Syntax

[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
);

[Java]
public  setPropulsionMethod(
AgEVAPropulsionMethod PropulsionMethod,
String Value
);

[Unmanaged C++]
public: HRESULT SetPropulsionMethod(
AgEVAPropulsionMethod PropulsionMethod,
BSTR Value
);

Parameters

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1