GlobeDisplay of hooked control or application.
[Visual Basic 6.0] Property GlobeDisplay As IGlobeDisplay
[Visual Basic .NET] Public ReadOnly Property GlobeDisplay As IGlobeDisplay
[C#] public IGlobeDisplay GlobeDisplay {get;}
[Java] public IGlobeDisplay getGlobeDisplay() throws IOException, AutomationException
[C++] HRESULT get_GlobeDisplay( IGlobeDisplay** ppGlobeDisplay );
The IGlobeDisplay object of the hook passed to the ICommand::OnCreate event. The GlobeDisplay is returned regardless of whether the hook is a GlobeControl, ToolbarControl (with a 'buddy' GlobeControl) or ArcGlobe.
1060 800A0424: The supplied hook is not valid.
This property can return Nothing if the GlobeControl has not been initialized to share a GlobeDisplay with another GlobeControl.