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


IPansharpeningFunctionArguments.PanImage Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPansharpeningFunctionArguments.PanImage Property

The panchromatic image.

[Visual Basic .NET]
Public Property PanImage As Object
[C#]
public object PanImage {get; set;}
[C++]
HRESULT get_PanImage(
  LPUNKNOWN* ppPanImage
);
[C++]
HRESULT putref_PanImage(
  LPUNKNOWN ppPanImage
);
[C++]

Parameters ppPanImage [out, retval] ppPanImage is a parameter of type LPUNKNOWN ppPanImage [in] ppPanImage is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IPansharpeningFunctionArguments Interface