AGI STK Astrogator 11 Send comments on this topic.
EnableHoldAttitude Property (IAgVAMCSHold)
See Also 
Windows






Windows & Linux

Description

Enable Hold Altitude - if true, the spacecraft's attitude is fixed within the hold frame.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableHoldAttitude() As Boolean

[C#]
public bool EnableHoldAttitude {get; set;}

[Managed C++]
public: __property bool get_EnableHoldAttitude();
public: __property void set_EnableHoldAttitude(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableHoldAttitude(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableHoldAttitude(
VARIANT_BOOL NewEnableHoldAttitude
);

[Java]
public bool getEnableHoldAttitude();public void setEnableHoldAttitude(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface