This document is archived and information here might be outdated. Recommended version. |
The pixel block allocation size used when creating a raster.
[Visual Basic .NET] Public Property RasterBlockSize As Integer
[C#] public int RasterBlockSize {get; set;}
[C++]
HRESULT get_RasterBlockSize(
long pSize
);
[C++]
HRESULT put_RasterBlockSize(
System.Int32* pSize
);
[C++]
Parameters pSize [in]
pSize is a parameter of type long pSize [out, retval]
pSize is a parameter of type long*