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


IARGlobeControl.ARGlobeWindowVisible Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (PublisherControls)  

IARGlobeControl.ARGlobeWindowVisible Property

Indicates if the specified control window is visible.

[Visual Basic .NET]
Public Function get_ARGlobeWindowVisible ( _
    ByVal win As esriARGlobeWindows _
) As Boolean
[C#]
public bool get_ARGlobeWindowVisible (
    esriARGlobeWindows win
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The ARGlobeWindowVisible property determines whether the specified window is currently visible.

See Also

IARGlobeControl Interface