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


IRasterConvolutionFilter.GainFactor Property (ArcObjects .NET 10.4 SDK)
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