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
);
|
See Also