ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / EllipticArcBuilderEx Class / CreateCircularArc Method / CreateCircularArc(MapPoint,Double,Double,Double,ArcOrientation,SpatialReference) Method
The point from which the arc starts.
The length of the chord connecting start point to the end point of the arc.
The angle in radians of the chord connecting the start point to the end point of the arc.
The length of the circular arc.
The orientation of the arc, clockwise or counterclockwise.
(Optional) The spatial reference. The default value is null. The spatial reference of the start point is ignored.

In This Topic
    CreateCircularArc(MapPoint,Double,Double,Double,ArcOrientation,SpatialReference) Method
    In This Topic
    Convenience method to create a new instance of the EllipticArcSegment class. The segment will be a circular arc.
    Syntax
    Public Overloads Shared Function CreateCircularArc( _
       ByVal startPt As MapPoint, _
       ByVal chordLength As Double, _
       ByVal chordBearing As Double, _
       ByVal arcLength As Double, _
       ByVal orientation As ArcOrientation, _
       Optional ByVal spatialReference As SpatialReference _
    ) As EllipticArcSegment

    Parameters

    startPt
    The point from which the arc starts.
    chordLength
    The length of the chord connecting start point to the end point of the arc.
    chordBearing
    The angle in radians of the chord connecting the start point to the end point of the arc.
    arcLength
    The length of the circular arc.
    orientation
    The orientation of the arc, clockwise or counterclockwise.
    spatialReference
    (Optional) The spatial reference. The default value is null. The spatial reference of the start point is ignored.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also