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


IRasterBand.Bandname Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBand Interface > IRasterBand.Bandname Property
ArcGIS Developer Help

IRasterBand.Bandname Property

The name of this raster band.

[Visual Basic .NET]
Public ReadOnly Property Bandname As String
[C#]
public string Bandname {get;}
[C++]
HRESULT get_Bandname(
  System.String* Bandname
);
[C++]
Parameters
Bandname [out, retval]

Bandname is a parameter of type BSTR*

Product Availability

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

See Also

IRasterBand Interface