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


IPansharpeningFilter.InfraredImage Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPansharpeningFilter.InfraredImage Property

The optional infrared image.

[Visual Basic .NET]
Public Property InfraredImage As IRaster
[C#]
public IRaster InfraredImage {get; set;}
[C++]
HRESULT get_InfraredImage(
  IRaster** ppInfraredImage
);
[C++]
HRESULT putref_InfraredImage(
  IRaster* ppInfraredImage
);
[C++]

Parameters ppInfraredImage [out, retval]
ppInfraredImage is a parameter of type IRaster ppInfraredImage [in]
ppInfraredImage is a parameter of type IRaster

Product Availability

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

Remarks

It is optional. If not set, Infrared band will not be used in the pan sharpening operation.

See Also

IPansharpeningFilter Interface

.NET Related Topics

How to pan sharpen an image