ArcObjects Library Reference (DataSourcesRaster)  

IRasterConvolutionFilter.GainFactor Property

The gain factor of the kernel filter.

[Visual Basic .NET]
Public Property GainFactor As Double
[C#]
public double GainFactor {get; set;}
[C++]
HRESULT get_GainFactor(
  double* GainFactor
);
[C++]
HRESULT put_GainFactor(
  double GainFactor
);
[C++]

Parameters

GainFactor [out, retval]   GainFactor is a parameter of type double GainFactor [in]   GainFactor is a parameter of type double

Product Availability

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

See Also

IRasterConvolutionFilter Interface