ArcGIS Pro 2.9 API Reference Guide
EndPoint Property (EllipticArcBuilderEx)

ArcGIS.Core.Geometry Namespace > EllipticArcBuilderEx Class : EndPoint Property
Gets or sets the end point.
Syntax
public override MapPoint EndPoint {get; set;}
Public Overrides NotOverridable Property EndPoint As MapPoint
Exceptions
ExceptionDescription
The point is null or empty.
The point is not on the embedded circle or ellipse.
Remarks
When setting the end point, it must lie on the embedded circle or ellipse. The start angle, central angle, and end angle may change. All other properties are unchanged.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilderEx Class
EllipticArcBuilderEx Members