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.
 
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.