ArcGIS Pro 2.8 API Reference Guide
SetCoords(Coordinate2D,Double,Double,Double,Double,Double) Method

ArcGIS.Core.Geometry Namespace > EllipticArcBuilder Class > SetCoords Method : SetCoords(Coordinate2D,Double,Double,Double,Double,Double) Method
The center point of the ellipse.
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 length of the semi-minor axis.
Sets the center point, start angle, central angle, rotation angle, semi-major/semi-minor axes. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

centerPt
The center point of the ellipse.
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.
semiMinorAxis
The length of the semi-minor axis.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
An operation on an empty geometry was attempted. centerPt is empty.
Remarks
The angles are in radians
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilder Class
EllipticArcBuilder Members
Overload List