The optional infrared image.
[Visual Basic 6.0] Property InfraredImage As IRaster
[Visual Basic .NET] Public Property InfraredImage As IRaster
[C#] public IRaster InfraredImage {get; set;}
[Java] public IRaster getInfraredImage() throws IOException, AutomationException
[Java] public void setInfraredImageByRef( IRaster pRaster ) throws IOException, AutomationException
[C++] HRESULT get_InfraredImage( IRaster** ppInfraredImage );
[C++] HRESULT putref_InfraredImage( IRaster* ppInfraredImage);
Parameters
ppInfraredImage [out, retval]
ppInfraredImage is a parameter of type IRaster
ppInfraredImage [in]
ppInfraredImage is a parameter of type IRaster
It is optional. If not set, Infrared band will not be used in the pan sharpening operation.