Gets the number of bands comprising the
raster.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property NumberOfBands() As Integer
|
| [C#] |
|---|
public int NumberOfBands {get;}
|
| [Managed C++] |
|---|
public: __property int get_NumberOfBands();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_NumberOfBands(
|
| [Java] |
|---|
public ppInteger getNumberOfBands();
|