com.esri.arcgis.carto
Interface ISelectionEnvironmentStorage

All Superinterfaces:
Serializable
All Known Implementing Classes:
SelectionEnvironment

public interface ISelectionEnvironmentStorage
extends Serializable

Provides access to members that controls whether objects save their selections.

Product Availability

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


Method Summary
 boolean isSaveSelections()
          Indicates if objects save their selections.
 void setSaveSelections(boolean saveSel)
          Indicates if objects save their selections.
 

Method Detail

isSaveSelections

boolean isSaveSelections()
                         throws IOException,
                                AutomationException
Indicates if objects save their selections.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setSaveSelections

void setSaveSelections(boolean saveSel)
                       throws IOException,
                              AutomationException
Indicates if objects save their selections.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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