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


IRedactionFunctionArguments.Method Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRedactionFunctionArguments.Method Property

.

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

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

Product Availability

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

See Also

IRedactionFunctionArguments Interface