com.esri.arcgis.carto
Interface IActionState

All Superinterfaces:
Serializable
All Known Implementing Classes:
ActionBase, ActionCollection, ActionProcessor, DataModificationAction, DataPartitionAction, DataSummaryAction, EmailAlertAction, FilterAction, HighlightSuppressionAction, TagAction

public interface IActionState
extends Serializable

Provides access to methods that will allow the configuration or reset of internal state information.

Product Availability

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


Method Summary
 void resetToDefaultState()
          Reset the State information to default.
 

Method Detail

resetToDefaultState

void resetToDefaultState()
                         throws IOException,
                                AutomationException
Reset the State information to default.

Product Availability

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

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