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


IPansharpeningFunctionArguments.InfraredImage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPansharpeningFunctionArguments Interface > IPansharpeningFunctionArguments.InfraredImage Property
ArcGIS Developer Help

IPansharpeningFunctionArguments.InfraredImage Property

The optional infrared image.

[Visual Basic .NET]
Public Property InfraredImage As Object
[C#]
public object InfraredImage {get; set;}
[C++]
HRESULT get_InfraredImage(
  IUnknown Pointer* ppInfraredImage
);
[C++]
HRESULT putref_InfraredImage(
  LPUNKNOWN ppInfraredImage
);
[C++]
Parameters
ppInfraredImage [out, retval]

ppInfraredImage is a parameter of type IUnknown* ppInfraredImage [in]
ppInfraredImage is a parameter of type IUnknown

Product Availability

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

See Also

IPansharpeningFunctionArguments Interface