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


ISpeckleFunctionArguments.DampFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISpeckleFunctionArguments Interface > ISpeckleFunctionArguments.DampFactor Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

ISpeckleFunctionArguments Interface