ArcObjects Library Reference (Controls)  

IGlobeCommandHook.Globe Property

Globe of the control or application.

ERROR: Syntax information about IGlobeCommandHook.Globe may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT get_Globe(
  IGlobe** ppGlobe
);
[C++]

Parameters

ppGlobe [out, retval]

  ppGlobe is a parameter of type IGlobe

Product Availability

Available with ArcGIS Engine.

Description

The Globe object used by the custom control or application.

The GlobeHookHelper is often used in custom commands and the IGlobeHookHelper::Globe can return the Globe of the hook by using this property.

See Also

IGlobeCommandHook Interface