ArcObjects Component Help  (Core)    

IRasterBand Interface

Provides access to members that control a raster band object.

Members

Description
Read-only property AttributeTable The attribute table of this raster band.
Read-only property Bandname The name of this raster band.
Method CanCopy Returns true if this dataset can be copied.
Read-only property Colormap The colormap of this raster band.
Method ComputeStatsAndHist Calculates statistics and histogram if not previously stored.
Read/write property ContrastTable The contrast look-up table of this band.
Method Copy Copies this raster band to a new dataset with the specified name.
Read-only property DirectlyOpened Indicates if the band was opened directly.
Method HasColormap Indicates if this band has a colormap.
Method HasStatistics Indicates if this band has statistics.
Method HasTable Indicates if this band has an attribute table.
Read-only property Histogram The histogram of this raster band.
Read-only property RasterDataset The RasterDataset associated with this raster band.
Read-only property Statistics The statistics of this raster band.

CoClasses that implement IRasterBand

CoClasses and Classes Description
RasterBand A representation of a single band of a raster dataset on disk.

Example

IRasterBand Example