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


INDVIFunctionArguments2.VisibleBandName Property (ArcObjects .NET 10.5 SDK)
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