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


INDVIFunctionArguments2.InfraredBandName 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.InfraredBandName Property
ArcGIS Developer Help

INDVIFunctionArguments2.InfraredBandName Property

Infrared band name.

[Visual Basic .NET]
Public Property InfraredBandName As String
[C#]
public string InfraredBandName {get; set;}
[C++]
HRESULT get_InfraredBandName(
  System.String* pInfraredBandName
);
[C++]
HRESULT put_InfraredBandName(
  BSTR pInfraredBandName
);
[C++]
Parameters
pInfraredBandName [out, retval]

pInfraredBandName is a parameter of type BSTR* pInfraredBandName [in]
pInfraredBandName is a parameter of type BSTR

Product Availability

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

See Also

INDVIFunctionArguments2 Interface