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