com.esri.arcgis.carto
Interface ISelectionEnvironmentLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
SelectionEnvironment

public interface ISelectionEnvironmentLayer
extends Serializable

Provides access to members that control the behavior of invisible layers when a new selection is made.

Product Availability

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


Method Summary
 boolean isClearInvisibleLayers()
          Indicates if invisible layers have their selections cleared when a new selection is made.
 void setClearInvisibleLayers(boolean clearInvisible)
          Indicates if invisible layers have their selections cleared when a new selection is made.
 

Method Detail

isClearInvisibleLayers

boolean isClearInvisibleLayers()
                               throws IOException,
                                      AutomationException
Indicates if invisible layers have their selections cleared when a new selection is made.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setClearInvisibleLayers

void setClearInvisibleLayers(boolean clearInvisible)
                             throws IOException,
                                    AutomationException
Indicates if invisible layers have their selections cleared when a new selection is made.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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