This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlock4 Interface > IPixelBlock4.Create Method (ArcObjects .NET 10.5 SDK) |
Initializes the pixel block.
[Visual Basic .NET] Public Sub Create ( _ ByVal Planes As Integer, _ ByVal nCols As Integer, _ ByVal nRows As Integer, _ ByVal PixelType As rstPixelType _ )
[C#] public void Create ( int Planes, int nCols, int nRows, rstPixelType PixelType );
[C++]
HRESULT Create(
long Planes,
long nCols,
long nRows,
rstPixelType PixelType
);
[C++]
Parameters Planes [in] Planes is a parameter of type long nCols [in] nCols is a parameter of type long nRows [in] nRows is a parameter of type long PixelType [in]
PixelType is a parameter of type rstPixelType