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


INDVIFunctionArguments.InfraredBandID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

INDVIFunctionArguments.InfraredBandID Property

The infrared band id.

[Visual Basic .NET]
Public Property InfraredBandID As Integer
[C#]
public int InfraredBandID {get; set;}
[C++]
HRESULT get_InfraredBandID(
  long* pInfraredBandID
);
[C++]
HRESULT put_InfraredBandID(
  long pInfraredBandID
);
[C++]

Parameters pInfraredBandID [out, retval] pInfraredBandID is a parameter of type long pInfraredBandID [in] pInfraredBandID is a parameter of type long

Product Availability

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

See Also

INDVIFunctionArguments Interface