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


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

IConstantFunctionArguments2.Method Property

Defines how the raster is painted.

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

pMethod is a parameter of type esriRasterPaintMethod* pMethod [in]
pMethod is a parameter of type esriRasterPaintMethod

Product Availability

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

See Also

IConstantFunctionArguments2 Interface