ArcObjects Library Reference (Geoprocessing)  

IGPRasterLayer Interface

Provides access to the properties/methods of a geoprocessing raster layer object.

Product Availability

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

Members

Description
Read/write property BandCount The number of bands in the raster layer object.
Read-only property ColumnCount The number of columns of the raster layer object.
Read/write property Field The field of the raster layer.
Read/write property IsInteger Indicates whether or not the raster layer is of integer type.
Read/write property PixelHeight The pixel height of the raster layer object.
Read/write property PixelWidth The pixel width of the raster layer object.
Read-only property RowCount The row count of the raster layer object.
Read/write property WhereClause The where clause of the raster layer.

CoClasses that implement IGPRasterLayer

CoClasses and Classes Description
GPRasterLayer Geoprocessing value object containing a raster layer value.