ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]

  ppQueryFilter is a parameter of type IQueryFilter

ppQueryFilter [in]

  ppQueryFilter is a parameter of type IQueryFilter

Product Availability

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

See Also

ISelectionParameters Interface

.NET Related Topics

How to define and generate overviews on a Mosaic dataset