This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISphere Interface > ISphere.Radius Property (ArcObjects .NET 10.4 SDK) |
The radius of the sphere.
[Visual Basic .NET] Public Property Radius As Double
[C#] public double Radius {get; set;}
[C++]
HRESULT get_Radius(
double* radiusLength
);
[C++]
HRESULT put_Radius(
double radiusLength
);
[C++]
Parameters radiusLength [out, retval] radiusLength is a parameter of type double radiusLength radiusLength is a parameter of type double
Returns or sets the Radius of the Sphere. The radius is the distance from the Center of the Sphere to all points on the surface of the Sphere.