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

ArcGIS.Core.Geometry Namespace > EllipticArcBuilderEx Class > EllipticArcBuilderEx Constructor : EllipticArcBuilderEx Constructor(Coordinate2D,Double,esriArcOrientation,SpatialReference)
The center of the circle.
The radius of the circle.
The orientation of the arc, clockwise or counterclockwise.
(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 circle from a center point and radius.
Syntax

Parameters

centerPt
The center of the circle.
radius
The radius of the circle.
orientation
The orientation of the arc, clockwise or counterclockwise.
spatialReference
(Optional) The spatial reference of the arc. The default value is null.
Exceptions
ExceptionDescription
radius is NaN.
centerPt is empty.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilderEx Class
EllipticArcBuilderEx Members
Overload List