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


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

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 [in]

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

Product Availability

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

See Also

IRedactionFunctionArguments Interface