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


IGPRasterLayer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterLayer Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IGPRasterLayer

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