This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicOperator3 Interface > IMosaicOperator3.Init Method (ArcObjects .NET 10.5 SDK) |
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