This document is archived and information here might be outdated. Recommended version. |
Creates a RasterBand in the workspace given its name.
[Visual Basic .NET] Public Function CreateRasterBand ( _ ByVal Name As String _ ) As IRasterBand
[C#] public IRasterBand CreateRasterBand ( string Name );
[C++]
HRESULT CreateRasterBand(
BSTR Name
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR