ArcGIS Pro 2.9 API Reference Guide
SetAxes Method (EllipticArcBuilderEx)

ArcGIS.Core.Geometry Namespace > EllipticArcBuilderEx Class : SetAxes Method
The length of the semi-major axis.
The length of the semi-minor axis.
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, Windows 8.1

See Also

Reference

EllipticArcBuilderEx Class
EllipticArcBuilderEx Members