This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeCommandHook Interface > IGlobeCommandHook.Globe Property (ArcObjects .NET 10.4 SDK) |
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
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.