ArcGIS Pro 3.4 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.
Version

SetAxes Method
Sets the semi-major and semi-minor axes.
Syntax
public void SetAxes( 
   double semiMajorAxis,
   double semiMinorAxis
)

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