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


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

ISpeckleFunctionArguments.NoiseModel Property

The speckle noise model. This parameter is used only for the Lee filter type.

[Visual Basic .NET]
Public Property NoiseModel As esriSpeckleNoiseModel
[C#]
public esriSpeckleNoiseModel NoiseModel {get; set;}
[C++]
HRESULT get_NoiseModel(
  esriSpeckleNoiseModel* Type
);
[C++]
HRESULT put_NoiseModel(
  esriSpeckleNoiseModel Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriSpeckleNoiseModel Type [in]
Type is a parameter of type esriSpeckleNoiseModel

Product Availability

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

See Also

ISpeckleFunctionArguments Interface