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


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

IRasterInfos Interface

Provides access to an array of RasterInfos.

Product Availability

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

Members

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

Classes that implement IRasterInfos

Classes Description
RasterInfos An array of RasterInfo objects.