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


IImageServer3.GetCatalogItems Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer3 Interface > IImageServer3.GetCatalogItems Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pFilter [in]

pFilter is a parameter of type IQueryFilter*

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