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


IMosaicOperator.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicOperator Interface > IMosaicOperator.Init Method
ArcGIS Developer Help

IMosaicOperator.Init Method

Initializes a mosaic operator.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal nBands As Integer, _
    ByVal nBlockCols As Integer, _
    ByVal nBlockRows As Integer _
)
[C#]
public void Init (
    int nBands,
    int nBlockCols,
    int nBlockRows
);
[C++]
HRESULT Init(
  long nBands,
  long nBlockCols,
  long nBlockRows
);
[C++]
Parameters
nBands [in]

nBands is a parameter of type long nBlockCols [in]
nBlockCols is a parameter of type long nBlockRows [in]
nBlockRows is a parameter of type long

Product Availability

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

See Also

IMosaicOperator Interface