Description
Flag controlling whether roll is considered when computing trends in attitude angles.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseRollTrend() As Boolean
|
| [C#] |
|---|
public bool UseRollTrend {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseRollTrend(); public: __property void set_UseRollTrend(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseRollTrend(
VARIANT_BOOL * pVal
);
public: HRESULT put_UseRollTrend(
VARIANT_BOOL val
);
|
| [Java] |
|---|
public bool getUseRollTrend();
public void setUseRollTrend(
bool
);
|
| [Python - STK API] |
|---|
@property
def UseRollTrend(self) -> bool:
@UseRollTrend.setter
def UseRollTrend(self, val:bool) -> None:
|
See Also