ActionBase Class
This class serves as a base tracking action foundation that can be used to build or aggregate new tracking actions. This object provides the fundamental characteristics of an action such a attribute and location filtering. The processing of the feature or data message is to be implemented by the host object.
| Interfaces | Description |
|---|---|
| IAction | Provides properties and methods needed to manage general actions settings and funcationality. |
| IActionSetup | Provides access to readonly properties of an action. This interface allows the baseaction to be setup by a parent action object. |
| IActionUpdate | Provides access to properties and methods to initialize and update tracking actions |
| IClone (esriSystem) | Provides access to members that control cloning of objects. |
| IConditionalAction | Provides access to properties and methods needed to manage conditional actions. |
| IConditionalAction2 | Provides access to properties and methods needed to manage conditional actions. |
| ILayerAction | Provides access to methods and properties that identify the action as a layer action and allow those properties to be managed. |
| IServAction | Provides access to methods and properties needed to identify and manage tracking server based actions. |