Controls settings and functionality for the filter action.
Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.
| Interfaces | Description |
|---|---|
| IAction | Provides properties and methods needed to manage general actions settings and funcationality. |
| IActionEdit | Provides the methods and properties needed to edit the properties of an action. |
| IActionUpdate | Provides access to properties and methods to initialize and update tracking actions |
| IClone (esriSystem) | Provides access to members that control cloning of objects. |
| IConditionalAction | Provides access to properties and methods needed to manage conditional actions. |
| IFilterAction | Provides access to properties and methods needed to manage filter action. |
| ILayerAction | Provides access to methods and properties that identify the action as a layer action and allow those properties to be managed. |
| IPersistStream (esriSystem) | |
| IServAction | Provides access to methods and properties needed to identify and manage tracking server based actions. |
| ISupportErrorInfo | Indicates whether a specific interface can return Automation error objects. |