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


IImageServerIdentifyResult.CatalogItems Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerIdentifyResult.CatalogItems Property

A set of idetified catalog items.

[Visual Basic .NET]
Public ReadOnly Property CatalogItems As IRecordSet
[C#]
public IRecordSet CatalogItems {get;}
[C++]
HRESULT get_CatalogItems(
  IRecordSet** ppItems
);
[C++]

Parameters ppItems [out, retval]
ppItems is a parameter of type IRecordSet

Product Availability

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

See Also

IImageServerIdentifyResult Interface