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


IPlugin.DataFilters Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IPlugin.DataFilters Property

An array of Dataset Definition IDs that are currently Allowed to be read by the plugin when data filtering is enabled.

[Visual Basic .NET]
Public ReadOnly Property DataFilters As Object
[C#]
public object DataFilters {get;}
[C++]
HRESULT get_DataFilters(
  VARIANT* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type VARIANT

Product Availability

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

See Also

IPlugin Interface