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


ISpeckleFilter.NLooks Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISpeckleFilter.NLooks Property

The number of looks. This parameter is used only for Lee filter with Multiplicative noise model as well as the Enhanced Lee filter.

[Visual Basic .NET]
Public Property NLooks As Integer
[C#]
public int NLooks {get; set;}
[C++]
HRESULT get_NLooks(
  long NLooks
);
[C++]
HRESULT put_NLooks(
  System.Int32* NLooks
);
[C++]

Parameters NLooks [in]
NLooks is a parameter of type long NLooks [out, retval]
NLooks is a parameter of type long*

Product Availability

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

See Also

ISpeckleFilter Interface