Description
Flag controlling whether trends in the attitude angles should be detected and included as trending control times.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ComputeTrends() As Boolean
|
[C#] |
---|
public bool ComputeTrends {get; set;}
|
[Managed C++] |
---|
public: __property bool get_ComputeTrends(); public: __property void set_ComputeTrends(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ComputeTrends(
VARIANT_BOOL * pVal
);
public: HRESULT put_ComputeTrends(
VARIANT_BOOL val
);
|
[Java] |
---|
public bool getComputeTrends();
public void setComputeTrends(
bool
);
|
See Also