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


IImageServerIdentifyResult Interface (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
ArcGIS Developer Help

IImageServerIdentifyResult Interface

Provides access to members that control an identify result.

Product Availability

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

Description

Returned from the Identify request, an ImageServerIdentifyResult object contains the pixel value of current visible raster at the specified location and a set of catalog items (RecordSet) that overlap the given geometry.

Members

Name Description
Read-only property CatalogItems A set of idetified catalog items.
Read-only property CatalogItemVisibilities A set of visible area for idetified catalog items.
Read-only property Location The identified location.
Read-only property Name The identify property name.
Read-only property Properties A set of name-value pairs for the field names and values of the identified object.
Read-only property Value The identify property value.

Classes that implement IImageServerIdentifyResult

Classes Description
ImageServerIdentifyResult An Image Server Identify Result object.