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






Windows & Linux

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
MemberValueDescription
eVAPropulsionMethodEngineModel0Engine Model - can be used to quickly model the firing of a single engine.
eVAPropulsionMethodThrusterSet1Thruster Set - used to fire multiple engines simultaneously, and to simulate off-pulsing or complex engine pointing.
Value

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.