This document is archived and information here might be outdated.  Recommended version.


IFilterAction.FilterActionType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IF > IFilterAction Interface > IFilterAction.FilterActionType Property
ArcGIS Developer Help

IFilterAction.FilterActionType Property

Indicates type of filter action: either Permit or Deny.

[Visual Basic .NET]
Public Property FilterActionType As enumFilter
[C#]
public enumFilter FilterActionType {get; set;}
[C++]
HRESULT get_FilterActionType(
  enumFilter* pVal
);
[C++]
HRESULT put_FilterActionType(
  enumFilter pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type enumFilter* pVal [in]
pVal is a parameter of type enumFilter

Product Availability

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

See Also

IFilterAction Interface