ArcGIS Pro 2.9 API Reference Guide
MinorMajorRatio Property (EllipticArcBuilderEx)

ArcGIS.Core.Geometry Namespace > EllipticArcBuilderEx Class : MinorMajorRatio Property
Gets or sets the minor-major ratio.
Syntax
public double MinorMajorRatio {get; set;}
Public Property MinorMajorRatio As Double
Exceptions
ExceptionDescription
The passed in value is NaN.
Absolute value of minor-major ratio must be less than or equal to 1.
Remarks
The minor-major ratio is the length of the semi-minor axis to the length of the semi-major axis. In other words, semi-major axis = minor-major ratio * semi-major axis.

Changing the minor-major ratio may change the start and end points. The IsCircular property may also change since the arc is circular if and only if the minor-major ratio = 1.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilderEx Class
EllipticArcBuilderEx Members