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


IRemoveHazeFunctionArguments.WindowSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemoveHazeFunctionArguments Interface > IRemoveHazeFunctionArguments.WindowSize Property
ArcGIS Developer Help

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(
  System.Int32* 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