This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDataSourceCrawler Interface > IDataSourceCrawler.Filter Property (ArcObjects .NET 10.5 SDK) |
A string expression that allows the data source crawler to filter out invalid items.
[Visual Basic .NET] Public Property Filter As String
[C#] public string Filter {get; set;}
[C++]
HRESULT get_Filter(
BSTR* pFilter
);
[C++]
HRESULT put_Filter(
BSTR pFilter
);
[C++]
Parameters pFilter [out, retval] pFilter is a parameter of type BSTR pFilter [in] pFilter is a parameter of type BSTR