com.esri.arcgis.trackinganalyst
Interface IConditionalAction3

All Superinterfaces:
Serializable
All Known Implementing Classes:
IConditionalAction3Proxy

public interface IConditionalAction3
extends Serializable

Provides access to properties and methods for conditional action control such as whether to favor the query attribute or location test first.

Superseded By

IConditionalAction4

Product Availability

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


Method Summary
 String getConditionalActionDescription()
          The string description of the conditional action test.
 boolean isFavorQuery()
          Indicates if the attribute query should be performed before the location test.
 void setFavorQuery(boolean pVal)
          Indicates if the attribute query should be performed before the location test.
 

Method Detail

isFavorQuery

boolean isFavorQuery()
                     throws IOException,
                            AutomationException
Indicates if the attribute query should be performed before the location test.

Product Availability

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

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

setFavorQuery

void setFavorQuery(boolean pVal)
                   throws IOException,
                          AutomationException
Indicates if the attribute query should be performed before the location test.

Product Availability

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

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

getConditionalActionDescription

String getConditionalActionDescription()
                                       throws IOException,
                                              AutomationException
The string description of the conditional action test.

Product Availability

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

Returns:
The pbstrDesc
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.