com.esri.arcgis.trackinganalyst
Interface IFilterAction

All Superinterfaces:
Serializable
All Known Implementing Classes:
FilterAction

public interface IFilterAction
extends Serializable

Provides access to properties and methods needed to manage filter action.

Product Availability

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


Method Summary
 int getFilterActionType()
          Indicates type of filter action: either Permit or Deny.
 void setFilterActionType(int pVal)
          Indicates type of filter action: either Permit or Deny.
 

Method Detail

getFilterActionType

int getFilterActionType()
                        throws IOException,
                               AutomationException
Indicates type of filter action: either Permit or Deny.

Product Availability

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

Returns:
A com.esri.arcgis.trackinganalyst.enumFilter constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFilterActionType

void setFilterActionType(int pVal)
                         throws IOException,
                                AutomationException
Indicates type of filter action: either Permit or Deny.

Product Availability

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

Parameters:
pVal - A com.esri.arcgis.trackinganalyst.enumFilter constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.