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


IMosaicOperator.CurrentBand Property (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.CurrentBand Property
ArcGIS Developer Help

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