ArcObjects Library Reference  (DataSourcesRaster)    

IRasterBand.Bandname Property

The name of this raster band.

[Visual Basic 6.0]
Property Bandname As String
[Visual Basic .NET]
Public ReadOnly Property Bandname As String
[C#]
public string Bandname {get;}
[Java]
public String getBandname()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Bandname(
  BSTR* 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

 


Feedback Send feedback on this page