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





Description

Enables the specified control parameter.

Syntax

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

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

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

[Java]
public  enableControlParameter(
AgEVAControlEngineConstant Param
);

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

Parameters

Param
Member Value Description
eVAControlEngineConstantGrav 0 The gravitational acceleration constant at sea level on the Earth.
eVAControlEngineConstantThrust 1 The thrust for the engine.
eVAControlEngineConstantIsp 2 The specific impulse for the engine.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1