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


IItemURIFilter.ApplyFilter Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemURIFilter Interface > IItemURIFilter.ApplyFilter Method
ArcGIS Developer Help

IItemURIFilter.ApplyFilter Method

Indicates whether the specified item URI object pass through the filter.

[Visual Basic .NET]
Public Function ApplyFilter ( _
    ByVal pItemURI As IItemURI _
) As Boolean
[C#]
public bool ApplyFilter (
    IItemURI pItemURI
);
[C++]
HRESULT ApplyFilter(
  IItemURI* pItemURI
);
[C++]
Parameters
pItemURI [in]

pItemURI is a parameter of type IItemURI*

Product Availability

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

See Also

IItemURIFilter Interface