This document is archived and information here might be outdated. Recommended version. |
Gets the catalog items for a given query filter.
[Visual Basic .NET] Public Function GetCatalogItems ( _ ByVal pFilter As IQueryFilter _ ) As IRecordSet
[C#] public IRecordSet GetCatalogItems ( IQueryFilter pFilter );
[C++]
HRESULT GetCatalogItems(
IQueryFilter* pFilter
);
[C++] Parameters pFilter [in]
pFilter is a parameter of type IQueryFilter*
If an ImageQueryFilter with a pixel size is specified, the query will include the selection based on the image service level of details. An image service uses a minimum and maximum pixel size range to define when an individual image will be selected as a part of a mosaic. If a pixel size is given, only these images whose pixel size range contains the given pixel size are selected.