Provides access to members that control a raster template function.
Members
Name | Description | |
---|---|---|
Arguments | The raster function arguments in the template. | |
FindMemberFunctionsArgumentsByCLSID | Finds raster function arguments in this template that match the given function arguments CLSID. | |
FindMemberFunctionsByCLSID | Finds raster functions in this template that match the given function CLSID. | |
FindMemberFunctionsByName | Finds raster functions in this template that match the given function name. | |
FromJSON | Loads raster function template from JSON. | |
Function | The raster function in the template. | |
Help | The help document URL. | |
Properties | The properties. | |
ToJSON | Saves raster function template to JSON. | |
Variables | The raster function variables in the template. |
IRasterFunctionTemplate3.FromJSON Method
Loads raster function template from JSON.
Public Sub FromJSON ( _
ByVal pJSON As IJSONObject, _
ByVal pOptRFTMapper As IRasterFunctionTemplateMapper _
)
public void FromJSON (
IJSONObject pJSON,
IRasterFunctionTemplateMapper pOptRFTMapper
);
IRasterFunctionTemplate3.ToJSON Method
Saves raster function template to JSON.
Public Function ToJSON ( _
) As IJSONObject
public IJSONObject ToJSON (
);
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterFunctionTemplate2 | Provides access to members that control a raster template function. |
IRasterFunctionTemplate | Provides access to members that control a raster template function. |
Classes that implement IRasterFunctionTemplate3
Classes | Description |
---|---|
RasterFunctionTemplate | A class for a template raster function. |