ArcObjects Library Reference (TrackingAnalyst)  

IActionCollection2 Interface

Provides access to the methods and properties needed to manage a collection of actions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Members

Description
Read-only property Action Retrieves the action at the specified index.
Read-only property ActionCount Total number of actions.
Method ActionNameExists Checks if an action within the collection exists with the specified name.
Method Add Adds an action to the collection.
Method CheckLayers Checks for deleted Layers and disables affected actions.
Read-only property Count Number of objects in the collection.
Method DependsUponFeatureClass Indicates if a contained action depends upon the specified feature class.
Method DisableActionsUsingLayer Disables all action using the specified layer for location trigger.
Read-only property EnabledActionCount Number of enabled actions.
Read/write property ExclusionCategory Action category to be excluded from processing.
Method Find Finds an action within the collection.
Read/write property MaximumDepth Maximum number of nested action levels to be processed.
Method Move Moves an action to a user-specified location in the collection.
Read/write property NextActionNumber Gives next sequential number for assigning names to actions.
Method ReenableActionsUsingLayer Reenable all action using the specified layer for location trigger.
Method Remove Removes an action from the collection.
Method RemoveAll Removes all actions from the index.

CoClasses that implement IActionCollection2

CoClasses and Classes Description
ActionCollection The Action Collection object is a container of actions.