IRasterFunctionTemplate3 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.
Method FindMemberFunctionsArgumentsByCLSID Finds raster function arguments in this template that match the given function arguments CLSID.
Method FindMemberFunctionsByCLSID Finds raster functions in this template that match the given function CLSID.
Method FindMemberFunctionsByName Finds raster functions in this template that match the given function name.
Method FromJSON Loads raster function template from JSON.
Read/write property Function The raster function in the template.
Read/write property Help The help document URL.
Read/write property Properties The properties.
Method ToJSON Saves raster function template to JSON.
Read-only property 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.

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