ArcObjects Library Reference (PublisherControls)  

IARGlobeControlDefault.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

IARGlobeControlDefault Interface