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





Windows & Linux

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
);
[Python - STK API ]
@property
def ComputeTrends(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.