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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Remarks