com.esri.arcgis.display
Interface IScreenDisplayOverlays

All Superinterfaces:
Serializable
All Known Implementing Classes:
ScreenDisplay

public interface IScreenDisplayOverlays
extends Serializable

Provides access to members that control Screen Display Overlays.

Product Availability

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


Method Summary
 boolean isShowOverlays()
          Indicates if overlays are visible or not.
 void setOverlaysCallback(IScreenDisplayOverlaysCallback rhs1)
          Set the draw call back.
 void setShowOverlays(boolean bYesNo)
          Indicates if overlays are visible or not.
 

Method Detail

setShowOverlays

void setShowOverlays(boolean bYesNo)
                     throws IOException,
                            AutomationException
Indicates if overlays are visible or not.

Product Availability

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

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

isShowOverlays

boolean isShowOverlays()
                       throws IOException,
                              AutomationException
Indicates if overlays are visible or not.

Product Availability

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

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

setOverlaysCallback

void setOverlaysCallback(IScreenDisplayOverlaysCallback rhs1)
                         throws IOException,
                                AutomationException
Set the draw call back.

Product Availability

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

Parameters:
rhs1 - A reference to a com.esri.arcgis.display.IScreenDisplayOverlaysCallback (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.