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





Windows & Linux

Description

Minimum angle rate used to detect an increasing/decreasing trend. Rates lower than this treat the angle trend as flat. Uses AngleRate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AngleRateTolerance() As Double
[C#]
public double AngleRateTolerance {get; set;}
[Managed C++]
public: __property double get_AngleRateTolerance();
public: __property void set_AngleRateTolerance( double );
[Unmanaged C++]
public: HRESULT get_AngleRateTolerance(
    double * pVal
);
public: HRESULT put_AngleRateTolerance(
    double pVal
);
[Java]
public double getAngleRateTolerance();
public void setAngleRateTolerance(
    double
);
[Python - STK API ]
@property
def AngleRateTolerance(self) -> float:

@AngleRateTolerance.setter
def AngleRateTolerance(self, pVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.