AGI STK Objects 11Send comments on this topic.
UseYawTrend Property (IAgVeAttTrendControlAviator)
See Also
Windows






Windows & Linux

Description

Flag controlling whether yaw is considered when computing trends in attitude angles.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseYawTrend() As Boolean
[C#]
public bool UseYawTrend {get; set;}
[Managed C++]
public: __property bool get_UseYawTrend();
public: __property void set_UseYawTrend( bool );
[Unmanaged C++]
public: HRESULT get_UseYawTrend(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseYawTrend(
    VARIANT_BOOL val
);
[Java]
public bool getUseYawTrend();
public void setUseYawTrend(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.