This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemURIFilter Interface > IItemURIFilter.ApplyFilter Method (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL* pIncludeItemURI
);
[C++]
Parameters pItemURI [in]
pItemURI is a parameter of type IItemURI pIncludeItemURI [out, retval] pIncludeItemURI is a parameter of type VARIANT_BOOL