Enable Hold Altitude - if true, the spacecraft's attitude is fixed within the hold frame.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableHoldAttitude() As Boolean |
[C#] |
---|
public bool EnableHoldAttitude {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableHoldAttitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableHoldAttitude( VARIANT_BOOL * pVal ); public: HRESULT put_EnableHoldAttitude( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getEnableHoldAttitude(); public void setEnableHoldAttitude( bool ); |