com.esri.arcgis.trackinganalyst
Interface IDiscoverActions

All Superinterfaces:
Serializable
All Known Implementing Classes:
IDiscoverActionsProxy

public interface IDiscoverActions
extends Serializable

Provides access to properties and methods to determine entire set of actions that might be related to proximity trigger rules.

Product Availability

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


Method Summary
 boolean containsActionName(String bstrActionName)
          Determine if a specific proximity trigger rule namd is used.
 void discoverActions(Object piContext)
          Discover all actions associated with proximity trigger rules.
 

Method Detail

discoverActions

void discoverActions(Object piContext)
                     throws IOException,
                            AutomationException
Discover all actions associated with proximity trigger rules.

Product Availability

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

Parameters:
piContext - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

containsActionName

boolean containsActionName(String bstrActionName)
                           throws IOException,
                                  AutomationException
Determine if a specific proximity trigger rule namd is used.

Product Availability

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

Parameters:
bstrActionName - The bstrActionName (in)
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.