This document is archived and information here might be outdated.  Recommended version.


IPansharpeningFilter.QueryWeights Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPansharpeningFilter Interface > IPansharpeningFilter.QueryWeights Method
ArcGIS Developer Help

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(
  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*

Product Availability

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

See Also

IPansharpeningFilter Interface