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.