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


ISphere.Radius 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.Radius Property
ArcGIS Developer Help

ISphere.Radius Property

The radius of the sphere.

[Visual Basic .NET]
Public Property Radius As Double
[C#]
public double Radius {get; set;}
[C++]
HRESULT get_Radius(
  System.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

 

Sphere Radius Example

See Also

ISphere Interface