Minimum angle rate used to detect an increasing/decreasing trend. Rates lower than this treat the angle trend as flat. Uses AngleRate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property AngleRateTolerance() As Double |
[C#] |
---|
public double AngleRateTolerance {get; set;} |
[Managed C++] |
---|
public: __property double get_AngleRateTolerance(); |
[Unmanaged C++] |
---|
public: HRESULT get_AngleRateTolerance( double * pVal ); public: HRESULT put_AngleRateTolerance( double pVal ); |
[Java] |
---|
public double getAngleRateTolerance(); public void setAngleRateTolerance( double ); |