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


IDERasterBand Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERasterBand Interface
ArcGIS Developer Help

IDERasterBand Interface

Provides access to the RasterBand Data Element.

Product Availability

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

Members

Name Description
Read/write property Height Number of Rows.
Read/write property IsInteger Indicates if the data is integer.
Write-only property MeanCellHeight The approximate cell height of the raster.
Read-only property MeanCellHeight The approximate cell height of the raster.
Write-only property MeanCellWidth The approximate cell width of the raster.
Read-only 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.

Classes that implement IDERasterBand

Classes Description
DERasterBand RasterBand Data Element object.