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


ISelectionParameters.QueryFilter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISelectionParameters Interface > ISelectionParameters.QueryFilter Property
ArcGIS Developer Help

ISelectionParameters.QueryFilter Property

The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation. If no selection is specified, the query filter is applied on the entire catalog.

[Visual Basic .NET]
Public Property QueryFilter As IQueryFilter
[C#]
public IQueryFilter QueryFilter {get; set;}
[C++]
HRESULT get_QueryFilter(
  IQueryFilter* ppQueryFilter
);
[C++]
HRESULT putref_QueryFilter(
  IQueryFilter** ppQueryFilter
);
[C++]
Parameters
ppQueryFilter [in]

ppQueryFilter is a parameter of type IQueryFilter* ppQueryFilter [out, retval]
ppQueryFilter is a parameter of type IQueryFilter**

Product Availability

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

See Also

ISelectionParameters Interface