ArcObjects Library Reference (PublisherControls)  

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
);
[C#]

Optional Values

Show   Supply true as a default value.
data   To indicate that this parameter is undefined, pass in Type.Missing.

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