ArcGIS Pro 2.6 API Reference Guide
esriCurveDensifyMethod Enumeration

ArcGIS.Core.Geometry Namespace : esriCurveDensifyMethod Enumeration
Methods to specify curve densification. Used with PolylineBuilder.CreatePolyline.
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 by angle.
ByDeviation Densify by deviation from the curve.
ByLength Densify by length.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Geometry Namespace