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


IPansharpeningFilter.PutWeights 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.PutWeights Method
ArcGIS Developer Help

IPansharpeningFilter.PutWeights Method

Puts the Red, Green, Blue, and Infrared weights contributing to panchromatic image.

[Visual Basic .NET]
Public Sub PutWeights ( _
    ByVal RW As Double, _
    ByVal GW As Double, _
    ByVal BW As Double, _
    ByVal IW As Double _
)
[C#]
public void PutWeights (
    double RW,
    double GW,
    double BW,
    double IW
);
[C++]
HRESULT PutWeights(
  double RW,
  double GW,
  double BW,
  double IW
);
[C++]
Parameters
RW [in]

RW is a parameter of type double GW [in]
GW is a parameter of type double BW [in]
BW is a parameter of type double IW [in]
IW is a parameter of type double

Product Availability

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

See Also

IPansharpeningFilter Interface