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


INDVIFunctionArguments2.VisibleBandName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IN > INDVIFunctionArguments2 Interface > INDVIFunctionArguments2.VisibleBandName Property
ArcGIS Developer Help

INDVIFunctionArguments2.VisibleBandName Property

Visible band name.

[Visual Basic .NET]
Public Property VisibleBandName As String
[C#]
public string VisibleBandName {get; set;}
[C++]
HRESULT get_VisibleBandName(
  System.String* 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