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


IPansharpeningFunctionArguments.PanImage 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.PanImage Property
ArcGIS Developer Help

IPansharpeningFunctionArguments.PanImage Property

The panchromatic image.

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

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

Product Availability

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

See Also

IPansharpeningFunctionArguments Interface