ArcObjects Library Reference (DataSourcesRaster)  

ISpeckleFilter.DampFactor Property

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

Product Availability

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

See Also

ISpeckleFilter Interface