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


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

ISpeckleFunctionArguments.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(
  long NLooks
);
[C++]

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

Product Availability

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

See Also

ISpeckleFunctionArguments Interface