This document is archived and information here might be outdated. Recommended version. |
The default deviation distance to be used for curve segment densification.
[Visual Basic .NET]
Public Property DeviationAutoDensifyTolerance As Double
[C#]
public double DeviationAutoDensifyTolerance {get; set;}
[C++]
HRESULT get_DeviationAutoDensifyTolerance(
double tolerance
);
[C++]
HRESULT put_DeviationAutoDensifyTolerance(
System.Double* tolerance
);
[C++] Parameters tolerance
tolerance is a parameter of type double tolerance [out, retval]
tolerance is a parameter of type double*
The DeviationAutoDensify controls the Densification factor use when performing automatic densification in ArcGIS. The automatic densification is used when exporting a feature class containing non-linear segments (CircularArc, EllipticArc, BezierCurve) to other file that don�t support non-linear segments. For example, when exporting to shapefile this parameter is used.
Note : The number used here is the actual MaxDeviation. (see IPolycurve::Densify for more details)