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


IRawBlocks Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRawBlocks Interface
ArcGIS Developer Help

IRawBlocks Interface

Provides access to members that control raw pixel block access.

Product Availability

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

Members

Name Description
Method CreatePixelBlock Create a compatible pixel block.
Method Flush Flushes buffered data.
Read-only property RasterInfo The raster information.
Method ReadBlock Reads a raw pixel block.
Method WriteBlock Writes a raw pixel block.

Classes that implement IRawBlocks

Classes Description
Raster An in-memory representation of a dynamic raster that can perform resampling and reprojection.
RasterBand A representation of a single band of a raster dataset on disk.
RasterDataset A representation of a raster dataset on disk.