This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterConvolutionFilter Interface > IRasterConvolutionFilter.GainFactor Property (ArcObjects .NET 10.5 SDK) |
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