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