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


ISphere.Center Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISphere Interface > ISphere.Center Property
ArcGIS Developer Help

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