com.esri.arcgis.globecore
Interface IKmlScreenOverlayDisplay

All Superinterfaces:
Serializable
All Known Implementing Classes:
IKmlScreenOverlayDisplayProxy

public interface IKmlScreenOverlayDisplay
extends Serializable

ScreenOverlay Display Status.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isScreenOverlayVisible()
          ScreenOverlay Visible.
 void setScreenOverlayVisible(boolean pVisible)
          ScreenOverlay Visible.
 

Method Detail

setScreenOverlayVisible

void setScreenOverlayVisible(boolean pVisible)
                             throws IOException,
                                    AutomationException
ScreenOverlay Visible.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pVisible - The pVisible (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isScreenOverlayVisible

boolean isScreenOverlayVisible()
                               throws IOException,
                                      AutomationException
ScreenOverlay Visible.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pVisible
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.