ArcGIS Pro 2.9 API Reference Guide
EllipticArcBuilderEx Constructor(MapPoint,Double,Double,Double,esriArcOrientation,MinorOrMajor,SpatialReference)

ArcGIS.Core.Geometry Namespace > EllipticArcBuilderEx Class > EllipticArcBuilderEx Constructor : EllipticArcBuilderEx Constructor(MapPoint,Double,Double,Double,esriArcOrientation,MinorOrMajor,SpatialReference)
The point from which the arc starts.
The length of the chord connecting start point to the end point of the arc.
The angle in radians of the chord connecting the start point to the end point of the arc.
The radius of the embedded circle.
The orientation of the arc, clockwise or counterclockwise.
Indicates whether the arc is a minor or major arc. A minor arc is an arc such that the central angle is less than PI radians.
(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 a circular arc.
Syntax

Parameters

startPt
The point from which the arc starts.
chordLength
The length of the chord connecting start point to the end point of the arc.
chordBearing
The angle in radians of the chord connecting the start point to the end point of the arc.
radius
The radius of the embedded circle.
orientation
The orientation of the arc, clockwise or counterclockwise.
minorOrMajor
Indicates whether the arc is a minor or major arc. A minor arc is an arc such that the central angle is less than PI radians.
spatialReference
(Optional) The spatial reference of the arc. The default value is null.
Exceptions
ExceptionDescription
startPt is null.
chordLength, chordBearing or radius is NaN.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilderEx Class
EllipticArcBuilderEx Members
Overload List