ArcGIS Pro 2.9 API Reference Guide
SetAxes Method (EllipticArcBuilder)

ArcGIS.Core.Geometry Namespace > EllipticArcBuilder 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. This method must be called on the MCT. Use QueuedTask.Run.
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
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilder Class
EllipticArcBuilder Members