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

ArcGIS.Core.Geometry Namespace > EllipticArcBuilderEx Class > EllipticArcBuilderEx Constructor : EllipticArcBuilderEx Constructor(MapPoint,MapPoint,Coordinate2D,SpatialReference)
The point from which the arc starts.
The point to which the arc ends.
An interior point of the arc.
(Optional) The spatial reference. The default value is null.
Builds a new instance of the EllipticArcBuilderEx class. The new instance will be a circular arc from three points.
Syntax
Public Function New( _
   ByVal startPt As MapPoint, _
   ByVal endPt As MapPoint, _
   ByVal interiorPt As Coordinate2D, _
   Optional ByVal spatialReference As SpatialReference _
)

Parameters

startPt
The point from which the arc starts.
endPt
The point to which the arc ends.
interiorPt
An interior point of the arc.
spatialReference
(Optional) The spatial reference. The default value is null.
Exceptions
ExceptionDescription
startPt or endPt is null.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilderEx Class
EllipticArcBuilderEx Members
Overload List