ArcObjects Library Reference (DataSourcesRaster)  

INDVIFunctionArguments2.VisibleBandName Property

Visible band name.

[Visual Basic .NET]
Public Property VisibleBandName As String
[C#]
public string VisibleBandName {get; set;}
[C++]
HRESULT get_VisibleBandName(
  BSTR* pVisibleBandName
);
[C++]
HRESULT put_VisibleBandName(
  BSTR pVisibleBandName
);
[C++]

Parameters

pVisibleBandName [out, retval]   pVisibleBandName is a parameter of type BSTR pVisibleBandName [in]   pVisibleBandName is a parameter of type BSTR

Product Availability

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

See Also

INDVIFunctionArguments2 Interface