ArcGIS Pro 2.9 API Reference Guide
EllipticArcBuilderEx Constructor(Coordinate2D,Double,Double,Double,Double,Double,SpatialReference)

ArcGIS.Core.Geometry Namespace > EllipticArcBuilderEx Class > EllipticArcBuilderEx Constructor : EllipticArcBuilderEx Constructor(Coordinate2D,Double,Double,Double,Double,Double,SpatialReference)
The center point of the elliptic arc.
The start angle in radians measured from the rotated x-axis.
The central angle in radians measuring the span of the arc from startAngle to endAngle. A positive value corresponds to counterclockwise orientation.
The angle in radians by which the ellipse is rotated from the x-axis. A positive value corresponds to counterclockwise rotation.
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. Must be < 1.
(Optional) The spatial reference of the arc. The default value is null.
Builds a new instance of the EllipticArcBuilderEx class. The new instance will be an elliptic arc.
Syntax

Parameters

centerPt
The center point of the elliptic arc.
startAngle
The start angle in radians measured from the rotated x-axis.
centralAngle
The central angle in radians measuring the span of the arc from startAngle to endAngle. A positive value corresponds to counterclockwise orientation.
rotationAngle
The angle in radians by which the ellipse is rotated from the x-axis. A positive value corresponds to counterclockwise rotation.
semiMajorAxis
The length of the semi-major axis.
minorMajorRatio
The ratio of the length of the semi-minor axis to the length of the semi-major axis. Must be < 1.
spatialReference
(Optional) The spatial reference of the arc. The default value is null.
Exceptions
ExceptionDescription
startAngle, centralAngle, rotationAngle, semiMajorAxis or minorMajorRatio is NaN.
centerPt is empty.
An elliptic arc construction operation was given invalid axes. The minorMajorRatio should be < 1.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilderEx Class
EllipticArcBuilderEx Members
Overload List