This document is archived and information here might be outdated. Recommended version. |
The maximum distance by which on-the-fly deviation-based densification may differ from the original. If the value is less than or equal to zero, the system will try to pick a reasonable tolerance at the time of densification.
[Visual Basic .NET]
Public Property AutoDensifyTolerance As Double
[C#]
public double AutoDensifyTolerance {get; set;}
[C++]
HRESULT get_AutoDensifyTolerance(
double tolerance
);
[C++]
HRESULT put_AutoDensifyTolerance(
System.Double* tolerance
);
[C++] Parameters tolerance
tolerance is a parameter of type double tolerance [out, retval]
tolerance is a parameter of type double*
The AutoDensifyTolerance value represents the maximum length that densified line segments should have. The value is used to densify straight line segments only. To set an automatic densification tolerance value for curves, use IGeometryEnvironment2::DeviationAutoDensifyTolerance.