ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering2.GlobeRadius Property

The radius of the globe in meters.

[Visual Basic .NET]
Public ReadOnly Property GlobeRadius As Double
[C#]
public double GlobeRadius {get;}
[C++]
HRESULT get_GlobeRadius(
  double* pRadiusInMeters
);
[C++]

Parameters

pRadiusInMeters [out, retval]   pRadiusInMeters is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDisplayRendering2 Interface