AGI STK Astrogator 11 Send comments on this topic.
EnableControlParameter Method (IAgVAEngineConstAcc)
See Also 
Param
Windows






Windows & Linux

Description

Enables the specified control parameter.

Syntax

[Visual Basic .NET]
Public Sub EnableControlParameter( _
   ByVal Param As AgEVAControlEngineConstAcc _
) 

[C#]
public void EnableControlParameter(
AgEVAControlEngineConstAcc Param
);

[Managed C++]
public: void EnableControlParameter(
AgEVAControlEngineConstAcc Param
);

[Java]
public  enableControlParameter(
AgEVAControlEngineConstAcc Param
);

[Unmanaged C++]
public: HRESULT EnableControlParameter(
AgEVAControlEngineConstAcc Param
);

Parameters

Param
Member Value Description
eVAControlEngineConstAccGrav 0 The gravitational acceleration constant at sea level on the Earth.
eVAControlEngineConstAccAcceleration 1 The acceleration for the engine.
eVAControlEngineConstAccIsp 2 The specific impulse for the engine.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface