This document is archived and information here might be outdated. Recommended version. |
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