com.esri.arcgis.trackinganalyst
Interface IActionUpdate
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ActionBase, ActionCollection, ActionProcessor, DataModificationAction, DataPartitionAction, DataSummaryAction, EmailAlertAction, FilterAction, HighlightSuppressionAction, IActionUpdateProxy, TagAction
public interface IActionUpdate
- extends Serializable
Provides access to properties and methods to initialize and update tracking actions.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Method Summary |
void |
update()
Notify a tracking action that lookup table values have changed. |
update
void update()
throws IOException,
AutomationException
- Notify a tracking action that lookup table values have changed.
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.