IRasterFunctionTemplate Interface

Provides access to members that control a raster template function.

Members

Name Description
Read/write property Arguments The raster function arguments in the template.
Read/write property Function The raster function in the template.
Read-only property Variables The raster function variables in the template.

IRasterFunctionTemplate.Arguments Property

The raster function arguments in the template.

Public Property Arguments As Object
public object Arguments {get; set;}

IRasterFunctionTemplate.Function Property

The raster function in the template.

Public Property Function As IRasterFunction
public IRasterFunction Function {get; set;}

IRasterFunctionTemplate.Variables Property

The raster function variables in the template.

Public ReadOnly Property Variables As IArray
public IArray Variables {get;}

Classes that implement IRasterFunctionTemplate

Classes Description
RasterFunctionTemplate A class for a template raster function.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.