This document is archived and information here might be outdated. Recommended version. |
Sets up the empty raster dataset.
[Visual Basic .NET] Public Sub SetEmptyRasterDataset ( _ ByVal nBands As Integer, _ ByVal PixelType As rstPixelType _ )
[C#] public void SetEmptyRasterDataset ( int nBands, rstPixelType PixelType );
[C++]
HRESULT SetEmptyRasterDataset(
long nBands,
rstPixelType PixelType
);
[C++] Parameters nBands [in]
nBands is a parameter of type long PixelType [in]
PixelType is a parameter of type rstPixelType