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


IMosaicOperator.Init Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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