com.esri.arcgis.carto
Interface IConditionalAction3

All Superinterfaces:
Serializable

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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.

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.

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.

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