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


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

IRemoveHazeFunctionArguments.Method Property

Method.

[Visual Basic .NET]
Public Property Method As esriRasterRemoveHazeMethod
[C#]
public esriRasterRemoveHazeMethod Method {get; set;}
[C++]
HRESULT get_Method(
  esriRasterRemoveHazeMethod* pMethod
);
[C++]
HRESULT put_Method(
  esriRasterRemoveHazeMethod pMethod
);
[C++]

Parameters pMethod [out, retval]
pMethod is a parameter of type esriRasterRemoveHazeMethod pMethod [in]
pMethod is a parameter of type esriRasterRemoveHazeMethod

Product Availability

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

See Also

IRemoveHazeFunctionArguments Interface