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





Description

Sees if the specified control is enabled

Syntax

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

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

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

[Java]
public bool isControlParameterEnabled(
AgEVAControlOrbitStateValue Param
);

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

Parameters

Param
Member Value Description
eVAControlOrbitStateValueVx 0 The Vx velocity component of the orbit state.
eVAControlOrbitStateValueVy 1 The Vy velocity component of the orbit state.
eVAControlOrbitStateValueVz 2 The Vz velocity component of the orbit state.
eVAControlOrbitStateValueX 3 The x position component of the orbit state.
eVAControlOrbitStateValueY 4 The y position component of the orbit state.
eVAControlOrbitStateValueZ 5 The z position component of the orbit state.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1