Disables the specified control
parameter
| [Visual Basic .NET] |
|---|
Public Sub DisableControlParameter( _
ByVal Param As AgEVAControlOrbitStateValue _
)
|
| [C#] |
|---|
public void DisableControlParameter(
|
| [Managed C++] |
|---|
public: void DisableControlParameter(
|
| [Java] |
|---|
public disableControlParameter(
|
| [Unmanaged C++] |
|---|
public: HRESULT DisableControlParameter(
|
- 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.