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


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

IRasterItemDescriptions Interface

Provides access to the properties of a list of raster item descriptions for adding a raster.

Product Availability

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

Members

Name Description
Method Add Adds a raster item description.
Read-only property Count The raster item description count.
Read-only property Element The raster item description at the specified position.
Method Insert Adds a raster item description at the specified position.
Method Remove Removes the raster item description at the specified position.
Method RemoveAll Removes all raster item descriptions.

Classes that implement IRasterItemDescriptions

Classes Description
RasterItemDescriptions A list of raster item description objects.