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


IPixelBlock4.Create Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlock4 Interface > IPixelBlock4.Create Method
ArcGIS Developer Help

IPixelBlock4.Create Method

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

Product Availability

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

See Also

IPixelBlock4 Interface