This document is archived and information here might be outdated. Recommended version. |
The panchromatic image.
[Visual Basic .NET] Public Property PanImage As IRaster
[C#] public IRaster PanImage {get; set;}
[C++]
HRESULT get_PanImage(
IRaster** ppPanImage
);
[C++]
HRESULT putref_PanImage(
IRaster* ppPanImage
);
[C++] Parameters ppPanImage [out, retval]
ppPanImage is a parameter of type IRaster** ppPanImage [in]
ppPanImage is a parameter of type IRaster*