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


IGlobeCommandHook.Globe Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeCommandHook Interface > IGlobeCommandHook.Globe Property
ArcGIS Developer Help

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