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





Description

Sees if the specified control is enabled.

Syntax

[Visual Basic .NET]
Public Function IsControlParameterEnabled( _
   ByVal Param As AgEVAControlEngineConstant _
) As Boolean

[C#]
public bool IsControlParameterEnabled(
AgEVAControlEngineConstant Param
);

[Managed C++]
public: bool IsControlParameterEnabled(
AgEVAControlEngineConstant Param
);

[Java]
public bool isControlParameterEnabled(
AgEVAControlEngineConstant Param
);

[Unmanaged C++]
public: HRESULT IsControlParameterEnabled(
AgEVAControlEngineConstant Param,
VARIANT_BOOL * ReturnValue
);

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