ArcObjects Library Reference (DataSourcesRaster)  

IMosaicOperator.CurrentBand Property

The current band index.

[Visual Basic .NET]
Public WriteOnly Property CurrentBand
[C#]
public void CurrentBand {set;}
[C++]
HRESULT put_CurrentBand(
  long 
);
[C++]

Parameters

[in]    is a parameter of type long

Product Availability

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

See Also

IMosaicOperator Interface