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


IImageServerIdentifyResult.CatalogItems Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerIdentifyResult Interface > IImageServerIdentifyResult.CatalogItems Property
ArcGIS Developer Help

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