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


IGlobeDisplayRendering.GlobeRadius Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering Interface > IGlobeDisplayRendering.GlobeRadius Property
ArcGIS Developer Help

IGlobeDisplayRendering.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(
  System.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

IGlobeDisplayRendering Interface