This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryEnvironment Interface > IGeometryEnvironment.AutoDensifyTolerance Property (ArcObjects .NET 10.5 SDK) |
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(
double tolerance
);
[C++]
Parameters tolerance [out, retval] tolerance is a parameter of type double tolerance 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.