ArcObjects Library Reference (DataSourcesRaster)  

ISpeckleFilter.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* pType
);
[C++]
HRESULT put_NoiseModel(
  esriSpeckleNoiseModel pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriSpeckleNoiseModel

pType [in]

  pType is a parameter of type esriSpeckleNoiseModel

Product Availability

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

See Also

ISpeckleFilter Interface