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


IMathFunctionArguments Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IM > IMathFunctionArguments Interface
ArcGIS Developer Help

IMathFunctionArguments Interface

Provides access to members that specify arguments to local raster functions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Members

Name Description
Read/write property CellsizeType The different ways for estimating cellsize.
Read/write property ExtentType The different ways for estimating extent.
Read/write property Operation The local function operation.
Read/write property Raster The 1st raster object, raster dataset or raster variable.
Read/write property Raster2 The 2nd raster, scalar, raster dataset or raster variable.
Read/write property RasterInfo The raster info object describing the output of this function.

Inherited Interfaces

Interfaces Description
IGeoAnalysisFunctionArguments Provides access to members that specify arguments to local raster functions.

Classes that implement IMathFunctionArguments

Classes Description
MathFunctionArguments A class for math function arguments.