Provides access to properties and methods needed to manage general actions settings and funcationality.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Members
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 if 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 that implement IAction
CoClasses and Classes | Description |
---|---|
ActionBase | This class serves as a base tracking action foundation that can be used to build or aggregate new tracking actions. |
ActionCollection | The Action Collection object is a container of actions. |
DataModificationAction | Controls the properties and methods needed for the Data Modification actions. |
DataPartitionAction | Controls the properties and methods needed for the Data Partition (server) actions. |
DataSummaryAction | Controls the properties and methods needed for the Data Summary Action |
EmailAlertAction | Controls the properties and methods needed for the Email Alert actions. |
FilterAction | Controls settings and functionality for the filter action. |
HighlightSuppressionAction | 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. |