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


IARGlobeControl.ShowARGlobeWindow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControl Interface > IARGlobeControl.ShowARGlobeWindow Method
ArcGIS Developer Help

IARGlobeControl.ShowARGlobeWindow Method

Shows or hides the specified control window.

[Visual Basic .NET]
Public Sub ShowARGlobeWindow ( _
    ByVal win As esriARGlobeWindows, _
    [ByVal Show As Boolean], _
    [ByVal data As Object] _
)
[C#]
public void ShowARGlobeWindow (
    esriARGlobeWindows win,
    bool Show,
    object data
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The ShowARGlobeWindow shows or hides the specified built in window. By default all of the esriARGlobeWindows are closed. Before using the ShowARGlobeWindow method make one or all of the following checks:

A modal window requires a response from the user, before they can interact with another part of the application. A modeless window will stay on the screen, available for use, but allow the user to interact with other parts of the application. When the LoadDocument or ReloadDocument methods are used, any modeless windows will be automatically closed.

See Also

IARGlobeControl Interface