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 | ||
---|---|---|
![]() |
Action | Retrieves the action at the specified index. |
![]() |
ActionCount | Total number of actions. |
![]() |
Add | Adds an action to the collection. |
![]() |
CheckLayers | Checks for deleted Layers and disables affected actions. |
![]() |
Count | Number of objects in the collection. |
![]() |
DependsUponFeatureClass | Indicates if a contained action depends upon the specified feature class. |
![]() |
DisableActionsUsingLayer | Disables all action using the specified layer for location trigger. |
![]() |
EnabledActionCount | Number of enabled actions. |
![]() |
ExclusionCategory | Action category to be excluded from processing. |
![]() |
Find | Finds an action within the collection. |
![]() |
MaximumDepth | Maximum number of nested action levels to be processed. |
![]() |
Move | Moves an action to a user-specified location in the collection. |
![]() |
NextActionNumber | Gives next sequential number for assigning names to actions. |
![]() |
ReenableActionsUsingLayer | Reenable all action using the specified layer for location trigger. |
![]() |
Remove | Removes an action from the collection. |
![]() |
RemoveAll | Removes all actions from the index. |
CoClasses that implement IActionCollection
CoClasses and Classes | Description |
---|---|
ActionCollection | The Action Collection object is a container of actions. |