Provides access to properties and methods needed to manage conditional actions.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Members
Description | ||
---|---|---|
ColumnList | The list of columns from the feature or the dataset definition. | |
LocationTriggerName | Name of the custom location trigger for the action if one is being used. | |
LocationTriggerType | Spatial relationship of an intrinsic location trigger. | |
NegateLocationTrigger | Indicates whether or not to negate results of the location trigger. | |
PolygonSource | Not Implemented - Use the PolygonSourceName property of IConditionalAction2. | |
QueryString | SQL query for an attribute trigger. | |
SpatialReference | String describing the Spatial Reference used by the Action. | |
TestGeometry | Geometry used for location trigger test. | |
TriggerLayer | Layer containing location test polygons. | |
TriggerLayerName | Name of layer containing location test polygons. | |
TriggerType | Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location. |
CoClasses that implement IConditionalAction
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. |
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. |