This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISphere Interface > ISphere.Center Property (ArcObjects .NET 10.5 SDK) |
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
Returns or sets the Center Point of the Sphere. This Point MUST have X, Y, and Z values defined to be a valid Center.