Initializes a mosaic operator.
[Visual Basic .NET] Public Sub Init ( _ ByVal iCol As Integer, _ ByVal iRow As Integer, _ ByVal pBlock As IPixelBlock, _ ByVal pMosaicBlock As IPixelBlock _ )
[C#] public void Init ( int iCol, int iRow, IPixelBlock pBlock, IPixelBlock pMosaicBlock );
[C++]
HRESULT Init(
long iCol,
long iRow,
IPixelBlock* pBlock,
IPixelBlock* pMosaicBlock
);
[C++]Parameters
iCol [in] iCol is a parameter of type long iRow [in] iRow is a parameter of type long pBlock [in]pBlock is a parameter of type IPixelBlock
pMosaicBlock [in]pMosaicBlock is a parameter of type IPixelBlock
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.