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


IGeometryEnvironment2.AngularAutoDensifyTolerance Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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(
  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.

See Also

IGeometryEnvironment2 Interface