The Raster type exposes the following members.

Properties

  NameDescription
BandCount
Gets the number of bands that make up the Raster.
CellSize
Gets the size of the cells in the Raster.
ColumnCount
Gets the number of columns in the Raster.
CoordinateSystem
Returns the coordinate system defined for the Raster.
Extent
Returns an Envelope representing the maximum extent of data which has been stored in the Raster.
HasPyramids
Gets a value indicating whether pyramids exist for this Raster.
Name
Gets the name of the Raster.
RootDataContainer
Gets the container which stores the raster.
RowCount
Gets the number of rows in the Raster.
ShortName
Gets the name of the Raster but drops the version and owner prefixes if present.

See Also