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