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


IGlobeDisplayRendering2.GlobeRadius Property (ArcObjects .NET 10.4 SDK)
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