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


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

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