Sees if the specified control is
enabled
| [Visual Basic .NET] |
|---|
Public Function IsControlParameterEnabled( _
ByVal Param As AgEVAControlOrbitStateValue _
) As Boolean
|
| [C#] |
|---|
public bool IsControlParameterEnabled(
|
| [Managed C++] |
|---|
public: bool IsControlParameterEnabled(
|
| [Java] |
|---|
public bool isControlParameterEnabled(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsControlParameterEnabled(
|
- 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.