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


IRemoveHazeFunctionArguments.WindowSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRemoveHazeFunctionArguments.WindowSize Property

Window size to search for darkest pixel.

[Visual Basic .NET]
Public Property WindowSize As Integer
[C#]
public int WindowSize {get; set;}
[C++]
HRESULT get_WindowSize(
  long* pWindowSize
);
[C++]
HRESULT put_WindowSize(
  long pWindowSize
);
[C++]

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

Product Availability

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

See Also

IRemoveHazeFunctionArguments Interface