This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISpeckleFilter Interface > ISpeckleFilter.DampFactor Property (ArcObjects .NET 10.5 SDK) |
The extent of damping applied. This parameter is used only for Enhanced Lee filter and Frost filter.
[Visual Basic .NET] Public Property DampFactor As Double
[C#] public double DampFactor {get; set;}
[C++]
HRESULT get_DampFactor(
double* DampFactor
);
[C++]
HRESULT put_DampFactor(
double DampFactor
);
[C++]
Parameters DampFactor [out, retval] DampFactor is a parameter of type double DampFactor [in] DampFactor is a parameter of type double