ArcObjects Library Reference (Geometry)  

IEllipticArc.CenterPoint Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

Remarks

 

EllipticArc CenterPoint Example

See Also

IEllipticArc Interface