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


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

IImageServerSampleResults Interface

Provides access to members that control a list of sample results.

Product Availability

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

Members

Name Description
Method Add Adds a sample result.
Read-only property Count The sample result count.
Read-only property Element The sample result at the specified position.
Method Insert Adds a sample result at the specified position.
Method Remove Removes the sample result at the specified position.
Method RemoveAll Removes all sample results.

Classes that implement IImageServerSampleResults

Classes Description
ImageServerSampleResults A collection of Image Server Sample Result objects.