ArcObjects Library Reference (DataSourcesRaster)  

IPansharpeningFilter.QueryWeights Method

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

Product Availability

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

See Also

IPansharpeningFilter Interface