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


IRasterConvolutionFilter.GainFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterConvolutionFilter Interface > IRasterConvolutionFilter.GainFactor Property
ArcGIS Developer Help

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(
  System.Double* GainFactor
);
[C++]
Parameters
GainFactor [in]

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

Product Availability

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

See Also

IRasterConvolutionFilter Interface