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


IGlobeCommandHook.Globe Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Controls)  

IGlobeCommandHook.Globe Property

Globe of the control or application.

[Visual Basic .NET]
Public ReadOnly Property Globe As IGlobe
[C#]
public IGlobe Globe {get;}
[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