STK ObjectsSend 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
);
[Python - STK API ]
@property
def UseYawTrend(self) -> bool:

@UseYawTrend.setter
def UseYawTrend(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.