ArcObjects Library Reference (Carto)  

IImageServer3.GetCatalogItems Method

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,
  IRecordSet** ppItems
);
[C++]

Parameters

pFilter [in]

  pFilter is a parameter of type IQueryFilter

ppItems [out, retval]

  ppItems is a parameter of type IRecordSet

Product Availability

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

Remarks

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.

See Also

IImageServer3 Interface