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


ISphere.Center Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

ISphere.Center Property

The center of the sphere.

[Visual Basic .NET]
Public Property Center As IPoint
[C#]
public IPoint Center {get; set;}
[C++]
HRESULT get_Center(
  IPoint** CenterPoint
);
[C++]
HRESULT put_Center(
  IPoint* CenterPoint
);
[C++]

Parameters CenterPoint [out, retval]
CenterPoint is a parameter of type IPoint CenterPoint
CenterPoint is a parameter of type IPoint

Product Availability

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

Description

Returns or sets the Center Point of the Sphere.  This Point MUST have X, Y, and Z values defined to be a valid Center.

Remarks

 

Sphere Center Example

See Also

ISphere Interface