ArcObjects Library Reference (Geometry)  

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