ArcGIS Pro 2.9 API Reference Guide
CreateEllipticArcSegment(Segment,Boolean,esriArcOrientation,Double,Double,SpatialReference) Method

ArcGIS.Core.Geometry Namespace > EllipticArcBuilder Class > CreateEllipticArcSegment Method : CreateEllipticArcSegment(Segment,Boolean,esriArcOrientation,Double,Double,SpatialReference) Method
The segment to which the constructed arc will be tangent.
The boolean indicating if the arc should be constructed at the start or end of the tangent segment.
The value indicating if the arc is oriented clockwise or counterclockwise.
The radius of the arc.
The length of the arc.
(Optional) The spatial reference of the arc. The default value is null.
Convenience method to create a new instance of the EllipticArcSegment class. The new instance will be a circular arc.
Syntax
Public Overloads Shared Function CreateEllipticArcSegment( _
   ByVal tangentSegment As Segment, _
   ByVal atStart As Boolean, _
   ByVal orientation As esriArcOrientation, _
   ByVal radius As Double, _
   ByVal arcLength As Double, _
   Optional ByVal spatialReference As SpatialReference _
) As EllipticArcSegment

Parameters

tangentSegment
The segment to which the constructed arc will be tangent.
atStart
The boolean indicating if the arc should be constructed at the start or end of the tangent segment.
orientation
The value indicating if the arc is oriented clockwise or counterclockwise.
radius
The radius of the arc.
arcLength
The length of the arc.
spatialReference
(Optional) The spatial reference of the arc. The default value is null.
Exceptions
ExceptionDescription
The start point is null or empty.
The tangent segment is null.
Remarks

Elliptic Arc Constructor

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilder Class
EllipticArcBuilder Members
Overload List