ArcGIS Pro 2.6 API Reference Guide
esriClothoidCreateMethod Enumeration

ArcGIS.Core.Geometry Namespace : esriClothoidCreateMethod Enumeration
The method of creation for a clothoid. Used with PolylineBuilder.CreatePolyline.
Syntax
public enum esriClothoidCreateMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum esriClothoidCreateMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
ByAngle The associated parameter specifies the angle in radians.
ByLength The associated parameter specifies the length of the entire clothoid spiral.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Geometry Namespace