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


IDERasterBand Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDERasterBand Interface

Provides access to the RasterBand Data Element.

Product Availability

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

Members

Description
Read/write property Height Number of Rows.
Read/write property IsInteger Indicates if the data is integer.
Read/write property MeanCellHeight The approximate cell height of the raster.
Read/write property MeanCellWidth The approximate cell width of the raster.
Read/write property NoDataValue Data value used to indicate invalid or excluded data.
Read/write property PixelType Data type of the pixels.
Read/write property PrimaryField The primary field of the table.
Read/write property TableType The class names of the table.
Read/write property Width Number of Columns.

CoClasses that implement IDERasterBand

CoClasses and Classes Description
DERasterBand RasterBand Data Element object.