com.esri.arcgis.trackinganalyst
Interface IActionState
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ActionBase, ActionCollection, ActionProcessor, DataModificationAction, DataPartitionAction, DataSummaryAction, EmailAlertAction, FilterAction, HighlightSuppressionAction, IActionStateProxy, 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. Requires Tracking Analyst Extension.
resetToDefaultState
void resetToDefaultState()
throws IOException,
AutomationException
- Reset the State information to default.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.