This document is archived and information here might be outdated. Recommended version. |
Creates an empty raster.
[Visual Basic .NET] Public Function CreateRaster ( _ ) As IRaster
[C#] public IRaster CreateRaster ( );
[C++]
HRESULT CreateRaster(
void
);
An empty raster means that properties of the Raster are not defined. The width, height, and the number of bands of the raster are all 0. It can not be used before populating pixels to it.