ArcGIS Pro 2.8 API Reference Guide
EllipticArcBuilder Constructor(Segment,Boolean,esriArcOrientation,Double,Double,SpatialReference)

ArcGIS.Core.Geometry Namespace > EllipticArcBuilder Class > EllipticArcBuilder Constructor : EllipticArcBuilder Constructor(Segment,Boolean,esriArcOrientation,Double,Double,SpatialReference)
The segment to which the constructed arc will be tangent at its start or end point.
The boolean indicating if the arc should be constructed at the start or end of the tangent segment.
The value indicating if the arc is oriented clockwise or counterclockwise.
The radius of the arc. Must be > 0.
The length of the arc. Must be > 0.
(Optional) The spatial reference of the arc. The default value is null.
Builds a new instance of the EllipticArcBuilder class. The new instance will be a circular arc. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

tangentSegment
The segment to which the constructed arc will be tangent at its start or end point.
atStart
The boolean indicating if the arc should be constructed at the start or end of the tangent segment.
orientation
The value indicating if the arc is oriented clockwise or counterclockwise.
radius
The radius of the arc. Must be > 0.
arcLength
The length of the arc. Must be > 0.
spatialReference
(Optional) The spatial reference of the arc. The default value is null.
Exceptions
ExceptionDescription
The tangent segment is null.
The radius or arc length is less than or equal to zero.
This method or property must be called within the lambda passed to QueuedTask.Run
Remarks

Elliptic Arc Constructor

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilder Class
EllipticArcBuilder Members
Overload List