This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPansharpeningFunctionArguments Interface > IPansharpeningFunctionArguments.PanImage Property (ArcObjects .NET 10.4 SDK) |
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