ArcObjects Library Reference (DataSourcesRaster)  

IPanSharpenGramSchmidtFunctionArguments.Weights Property

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

ERROR: Syntax information about IPanSharpenGramSchmidtFunctionArguments.Weights may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_Weights(
  IDoubleArray** ppWeights
);
[C++]
HRESULT putref_Weights(
  IDoubleArray* ppWeights
);
[C++]

Parameters

ppWeights [out, retval]

  ppWeights is a parameter of type IDoubleArray

ppWeights [in]

  ppWeights is a parameter of type IDoubleArray

Product Availability

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

See Also

IPanSharpenGramSchmidtFunctionArguments Interface