ArcGIS Pro 2.9 API Reference Guide
CenterPoint Property (EllipticArcBuilderEx)

ArcGIS.Core.Geometry Namespace > EllipticArcBuilderEx Class : CenterPoint Property
Gets or sets the center point of the arc.
Syntax
public Coordinate2D CenterPoint {get; set;}
Public Property CenterPoint As Coordinate2D

Property Value

A Coordinate2D representing the center point.
Exceptions
ExceptionDescription
The passed in value is empty.
Remarks
Changing the center point may also change the start point and end point. All other properties are preserved.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilderEx Class
EllipticArcBuilderEx Members