ArcObjects Library Reference (TrackingAnalyst)  

IActionGEN Interface

Provides access for all languages 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
Read/write property ActionCategory Indicates the type of action to be applied to data.
Read/write property Alias Allows user to specify or retrieve the alias name for this action.
Method ClearCounts Clears all the internal counters for this action.
Read-only property ContinueProcessing Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing.
Method EvaluateEx Takes an input object and evaluates the object based on predefined criteria.
Read-only property EvaluationCount Number of times this action has been evaluated.
Read-only property FilteredCount Number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED.
Read/write property IsEnabled Indicates whether or not an action in the action list is enabled for processing.
Read/write property Label Allows user to specify or retreive tha label name for this action.
Read-only property ModifiedCount Number of times this action has returned S_ACTIONPROCESSOR_MSG_MODIFIED.
Read-only property Name Developer-given name of the object.
Read-only property ProcessedCount Number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED.
Read-only property RulesDescription Describes what the action will do.
Read/write property StopProcessing Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing.
Read-only property StopProcessingCount Number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING.
Read-only property Type Allows user to obtain a string describing the type of action object.
Read-only property Version Allows user to retrieve the version number for this action.

CoClasses that implement IActionGEN

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.