ArcGIS Pro 2.6 API Reference Guide
SetAxes Method

ArcGIS.Core.Geometry Namespace > EllipticArcBuilder Class : SetAxes Method
The length of the semi-major axis.
The ratio of the length of the semi-minor axis to the length of the semi-major 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 ratio of the length of the semi-minor axis to the length of the semi-major axis.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EllipticArcBuilder Class
EllipticArcBuilder Members