This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEllipticArc Interface > IEllipticArc.CenterPoint Property (ArcObjects .NET 10.4 SDK) |
The center point of the arc.
[Visual Basic .NET] Public ReadOnly Property CenterPoint As IPoint
[C#] public IPoint CenterPoint {get;}
[C++]
HRESULT get_CenterPoint(
IPoint** Center
);
[C++]
Parameters Center [out, retval]
Center is a parameter of type IPoint
The CenterPoint is the point where the Major Axis and Minor Axis of the EllipticArc intersect. The CenterPoint is the point from which all angles and distances are calculated to create the EllipticArc.