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


IPlugin.EnableDataFiltering Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IP > IPlugin Interface > IPlugin.EnableDataFiltering Property
ArcGIS Developer Help

IPlugin.EnableDataFiltering Property

Indicates whether data filtering is enabled for the data link.

[Visual Basic .NET]
Public Property EnableDataFiltering As Boolean
[C#]
public bool EnableDataFiltering {get; set;}
[C++]
HRESULT get_EnableDataFiltering(
  Boolean* pbvVal
);
[C++]
HRESULT put_EnableDataFiltering(
  VARIANT_BOOL pbvVal
);
[C++]
Parameters
pbvVal [out, retval]

pbvVal is a parameter of type bool* pbvVal [in]
pbvVal is a parameter of type bool

Product Availability

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

See Also

IPlugin Interface