This document is archived and information here might be outdated.  Recommended version.


IEllipticArc.CenterPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEllipticArc Interface > IEllipticArc.CenterPoint Property
ArcGIS Developer Help

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