Provides properties and methods needed to manage general actions settings and funcationality.
The IAction interface describes the standard methods and properties needed for the action processor to identify the object as a valid action object. This interfaces provide a structured way for actions to be configured and processed within the action processor engine.
| Description | ||
|---|---|---|
![]() |
ActionCategory | Indicates the type of action to be applied to data. |
![]() |
Alias | Allows user to specify or retrieve the alias name for this action. |
![]() |
ClearCounts | Clears all the internal counters for this action. |
![]() |
ContinueProcessing | Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing. |
![]() |
Evaluate | Takes an input object and evaluates the object based on predefined criteria. |
![]() |
EvaluationCount | Number of times this action has been evaluated. |
![]() |
FilteredCount | Number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED. |
![]() |
IsEnabled | Indicates whether or not an action in the action list is enabled for processing. |
![]() |
Label | Allows user to specify or retreive tha label name for this action. |
![]() |
ModifiedCount | Number of times this action has returned S_ACTIONPROCESSOR_MSG_MODIFIED. |
![]() |
Name | Developer-given name of the object. |
![]() |
ProcessedCount | Number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED. |
![]() |
RulesDescription | Describes what the action will do. |
![]() |
StopProcessing | Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing. |
![]() |
StopProcessingCount | Number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING. |
![]() |
Type | Allows user to obtain a string describing the type of action object. |
![]() |
Version | Allows user to retrieve the version number for this action. |
| CoClasses and Classes | Description |
|---|---|
| ActionBase | ActionBase Class |
| ActionCollection | The Action Collection object is a container of actions. |
| FilterAction | Controls settings and functionality for the filter action. |
| HighlightSuppressionAction (esriTrackingAnalystUI) | Controls settings and functionality for the highlight/suppression action. |
| TagAction | Controls settings and functionality for the tag action. |
| VisualBasicAction (esriTrackingAnalystUI) | Controls settings and functionality for the custom Visual Basic action. |