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


IAddRastersParameters.Filter Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAddRastersParameters.Filter Property

Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items created by the crawler. No item URIs are requested for those data sources don't match the specified regular expression.

[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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAddRastersParameters Interface