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


IPixelFilter2.InitBlock Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPixelFilter2.InitBlock Method

Initialize this filter for a given pixel block.

[Visual Basic .NET]
Public Sub InitBlock ( _
    ByVal pTopLeft As IPnt, _
    ByVal nBlkCols As Integer, _
    ByVal nBlkRows As Integer _
)
[C#]
public void InitBlock (
    IPnt pTopLeft,
    int nBlkCols,
    int nBlkRows
);
[C++]
HRESULT InitBlock(
  IPnt* pTopLeft,
  long nBlkCols,
  long nBlkRows
);
[C++]

Parameters pTopLeft [in]
pTopLeft is a parameter of type IPnt nBlkCols [in] nBlkCols is a parameter of type long nBlkRows [in] nBlkRows is a parameter of type long

Product Availability

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

See Also

IPixelFilter2 Interface