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


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

ICircularArc.CenterPoint Property

The center point.

[Visual Basic .NET]
Public ReadOnly Property CenterPoint As IPoint
[C#]
public IPoint CenterPoint {get;}
[C++]
HRESULT get_CenterPoint(
  IPoint** outCenter
);
[C++]
Parameters
outCenter [out, retval]

outCenter is a parameter of type IPoint**

Product Availability

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

Description

Returns the Center Point of the CircularArc.  The Center Point is the Point equidistant from all other points on the CircularArc, and it is the point from which the Radius is measured.

Remarks

 

CircularArc CenterPoint Example

See Also

ICircularArc Interface