ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / EllipticArcBuilderEx Class / SetAxes Method
The length of the semi-major axis.
The length of the semi-minor axis.

In This Topic
    SetAxes Method
    In This Topic
    Sets the semi-major and semi-minor axes.
    Syntax
    public void SetAxes( 
       double semiMajorAxis,
       double semiMinorAxis
    )
    Public Sub SetAxes( _
       ByVal semiMajorAxis As Double, _
       ByVal semiMinorAxis As Double _
    ) 

    Parameters

    semiMajorAxis
    The length of the semi-major axis.
    semiMinorAxis
    The length of the semi-minor axis.
    Exceptions
    ExceptionDescription
    semiMajorAxis or semiMinorAxis is NaN.
    Remarks
    Changing the axes may change the start and end points. The center point will be preserved.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also