This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobe Interface > IGlobe.GlobeUnits Property (ArcObjects .NET 10.5 SDK) |
The linear units used in the globe.
[Visual Basic .NET] Public Property GlobeUnits As esriUnits
[C#] public esriUnits GlobeUnits {get; set;}
[C++]
HRESULT get_GlobeUnits(
esriUnits* pUnits
);
[C++]
HRESULT put_GlobeUnits(
esriUnits pUnits
);
[C++]
Parameters pUnits [out, retval]
pUnits is a parameter of type esriUnits pUnits [in]
pUnits is a parameter of type esriUnits
GlobeUnits are the measurement units used when reporting the distance of the virtual camera from the globe surface (in the lower right hand side of the status bar) and the distance of the Measure tool.