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


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

IImageResults Interface

Raster Value Result Array.

Product Availability

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

Members

Name Description
Method Add Adds a Raster Value Result.
Read-only property Count The Raster Value Result count.
Read-only property Element The Raster Value Result at the specified position.
Method Insert Adds a Raster Value Result info at the specified position.
Method Remove Removes the Raster Value Result at the specified position.
Method RemoveAll Removes all Raster Value Results.

Classes that implement IImageResults

Classes Description
ImageResults A coclass that contains Array of Image Result coclasses.