STK ObjectsSend comments on this topic.
UsePitchTrend Property (IAgVeAttTrendControlAviator)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UsePitchTrend() As Boolean
[C#]
public bool UsePitchTrend {get; set;}
[Managed C++]
public: __property bool get_UsePitchTrend();
public: __property void set_UsePitchTrend( bool );
[Unmanaged C++]
public: HRESULT get_UsePitchTrend(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UsePitchTrend(
    VARIANT_BOOL val
);
[Java]
public bool getUsePitchTrend();
public void setUsePitchTrend(
    bool
);
[Python - STK API ]
@property
def UsePitchTrend(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.