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


IImageServerIdentifyResultEdit.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 > IImageServerIdentifyResultEdit Interface > IImageServerIdentifyResultEdit.CatalogItems Property
ArcGIS Developer Help

IImageServerIdentifyResultEdit.CatalogItems Property

A set of idetified catalog items.

[Visual Basic .NET]
Public WriteOnly Property CatalogItems_2
[C#]
public void CatalogItems_2 {set;}
[C++]
HRESULT putref_CatalogItems(
  IRecordSet* 
);
[C++]
Parameters
 [in]

is a parameter of type IRecordSet*

Product Availability

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

See Also

IImageServerIdentifyResultEdit Interface