This document is archived and information here might be outdated.  Recommended version.


IGeometryEnvironment.AutoDensifyTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryEnvironment Interface > IGeometryEnvironment.AutoDensifyTolerance Property
ArcGIS Developer Help

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(
  System.Double* tolerance
);
[C++]
Parameters
tolerance 

tolerance is a parameter of type double tolerance [out, retval]
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