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


ISpeckleFunctionArguments.DampFactor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISpeckleFunctionArguments.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

ISpeckleFunctionArguments Interface