This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPansharpeningFilter Interface > IPansharpeningFilter.QueryWeights Method (ArcObjects .NET 10.4 SDK) |
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(
double* pRW,
double* pGW,
double* pBW,
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