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





Description

Disables the specified control parameter

Syntax

[Visual Basic .NET]
Public Sub DisableControlParameter( _
   ByVal Param As AgEVAControlOrbitStateValue _
) 

[C#]
public void DisableControlParameter(
AgEVAControlOrbitStateValue Param
);

[Managed C++]
public: void DisableControlParameter(
AgEVAControlOrbitStateValue Param
);

[Java]
public  disableControlParameter(
AgEVAControlOrbitStateValue Param
);

[Unmanaged C++]
public: HRESULT DisableControlParameter(
AgEVAControlOrbitStateValue Param
);

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