ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / EllipticArcBuilderEx Class / SetCoords Method / SetCoords(Coordinate2D,Double,Double,Double) Method
The center point of the ellipse.
The start angle in radians measured from the rotated X-axis.
The central angle in radians measuring the span of the arc from startAngle to endAngle. A positive value corresponds to counterclockwise orientation.
The radius of the circle.

In This Topic
    SetCoords(Coordinate2D,Double,Double,Double) Method
    In This Topic
    Sets the center point, start angle, central angle, radius for a circular arc.
    Syntax
    Public Overloads Sub SetCoords( _
       ByVal centerPt As Coordinate2D, _
       ByVal startAngle As Double, _
       ByVal centralAngle As Double, _
       ByVal radius As Double _
    ) 

    Parameters

    centerPt
    The center point of the ellipse.
    startAngle
    The start angle in radians measured from the rotated X-axis.
    centralAngle
    The central angle in radians measuring the span of the arc from startAngle to endAngle. A positive value corresponds to counterclockwise orientation.
    radius
    The radius of the circle.
    Exceptions
    ExceptionDescription
    centerPt is empty.
    A double value is NaN.
    Remarks
    The angles are in radians.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also