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


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

IGeometryEnvironment2.AngularAutoDensifyTolerance Property

The default angular increment to be used with angular densification.

[Visual Basic .NET]
Public Property AngularAutoDensifyTolerance As Double
[C#]
public double AngularAutoDensifyTolerance {get; set;}
[C++]
HRESULT get_AngularAutoDensifyTolerance(
  double tolerance
);
[C++]
HRESULT put_AngularAutoDensifyTolerance(
  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.

See Also

IGeometryEnvironment2 Interface