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