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
);
|
See Also