ArcGIS Pro 2.9 API Reference Guide
StartPoint Property (EllipticArcBuilderEx)

ArcGIS.Core.Geometry Namespace > EllipticArcBuilderEx Class : StartPoint Property
Gets or sets the start point.
Syntax
public override MapPoint StartPoint {get; set;}
Public Overrides NotOverridable Property StartPoint As MapPoint
Exceptions
ExceptionDescription
The point is null or empty.
The point is not on the embedded circle or ellipse.
Remarks
When setting the start 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