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


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

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(
  System.Int32* 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