Provides access to members that control a raster template function.
Members
Name | Description | |
---|---|---|
Arguments | The raster function arguments in the template. | |
Function | The raster function in the template. | |
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. |