ArcObjects Library Reference (Geometry)  

IGeometryEnvironment.AutoDensifyTolerance Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

IGeometryEnvironment Interface