This document is archived and information here might be outdated. Recommended version. |
Gets the Red, Green, Blue, and Infrared weights contributing to panchromatic image.
[Visual Basic .NET] Public Sub QueryWeights ( _ ByRef pRW As Double, _ ByRef pGW As Double, _ ByRef pBW As Double, _ ByRef pIW As Double _ )
[C#] public void QueryWeights ( ref double pRW, ref double pGW, ref double pBW, ref double pIW );
[C++]
HRESULT QueryWeights(
System.Double* pRW,
System.Double* pGW,
System.Double* pBW,
System.Double* pIW
);
[C++]
Parameters pRW [out]
pRW is a parameter of type double* pGW [out]
pGW is a parameter of type double* pBW [out]
pBW is a parameter of type double* pIW [out]
pIW is a parameter of type double*