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


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

IExtractBandFunctionArguments2.Init Method

Initialize extract band arguments using the specified space- or semicolon-delimited band combination.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal sBandCombination As String _
)
[C#]
public void Init (
    string sBandCombination
);
[C++]
HRESULT Init(
  BSTR sBandCombination
);
[C++]

Parameters sBandCombination [in] sBandCombination is a parameter of type BSTR

Product Availability

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

See Also

IExtractBandFunctionArguments2 Interface