ArcObjects Library Reference  (GlobeCore)    

IGlobe.GlobeUnits Property

The linear units used in the globe.

[Visual Basic 6.0]
Property GlobeUnits As esriUnits
[Visual Basic .NET]
Public Property GlobeUnits As esriUnits
[C#]
public esriUnits GlobeUnits {get; set;}
[Java]
public esriUnits getGlobeUnits()
throws
    IOException,
    AutomationException
[Java]
public void setGlobeUnits(
esriUnits psriUnits
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

Description

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.

See Also

IGlobe Interface

 


Feedback Send feedback on this page