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


IARGlobeControl.ARGlobeWindowVisible Property (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.ARGlobeWindowVisible Property
ArcGIS Developer Help

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