ArcGIS Pro 2.9 API Reference Guide
esriCurveDensifyMethod Enumeration

ArcGIS.Core.Geometry Namespace : esriCurveDensifyMethod Enumeration
Methods to specify curve densification. Used with PolylineBuilder.CreatePolyline, GeometryEngine.ConstructGeodeticLineFromPoints, and GeometryEngine.ConstructGeodeticLineFromDistance
Syntax
public enum esriCurveDensifyMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum esriCurveDensifyMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
ByAngle Densify parameter is angle increment. Line segments will become shorter as the curvature increases. For geodesic ellipses, the angle is with respect to the reference circle.
ByDeviation Densify parameter is deviation from the true curve. Line segments of varying length will be generated. The curve parameter specifies the maximum allowable distance between a line segment and the portion of the curve that it is approximating.
ByLength Densify parameter is curve length increment. Output line segments will be no longer than the parameter. This method cannot be used when constructing geodesic circles or ellipses
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Geometry.esriCurveDensifyMethod

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Geometry Namespace