IRasterFunctionTemplate4 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 DefinitionExpression The raster function template definition (where clause) on which it applies.
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 GroupFieldName The group field name.
Read/write property Help The help document URL.
Method LoadFromFile Load/deserialize a raster function template from a file.
Read/write property Properties The properties.
Method SaveToFile Save/serialize a raster function template to a file.
Read/write property TagFieldName The tag field name.
Read/write property Thumbnail The raster function template icon/thumbnail.
Method ToJSON Saves raster function template to JSON.
Read/write property Type The raster function template type.
Read-only property Variables The raster function variables in the template.

IRasterFunctionTemplate4.DefinitionExpression Property

The raster function template definition (where clause) on which it applies.

Public Property DefinitionExpression As String
public string DefinitionExpression {get; set;}

IRasterFunctionTemplate4.GroupFieldName Property

The group field name.

Public Property GroupFieldName As String
public string GroupFieldName {get; set;}

IRasterFunctionTemplate4.LoadFromFile Method

Load/deserialize a raster function template from a file.

Public Sub LoadFromFile ( _
    ByVal Path As String _
)
public void LoadFromFile (
    string Path
);

IRasterFunctionTemplate4.SaveToFile Method

Save/serialize a raster function template to a file.

Public Sub SaveToFile ( _
    ByVal Path As String _
)
public void SaveToFile (
    string Path
);

IRasterFunctionTemplate4.TagFieldName Property

The tag field name.

Public Property TagFieldName As String
public string TagFieldName {get; set;}

IRasterFunctionTemplate4.Thumbnail Property

The raster function template icon/thumbnail.

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

IRasterFunctionTemplate4.Type Property

The raster function template type.

Public Property Type As esriRasterFunctionTemplateType
public esriRasterFunctionTemplateType Type {get; set;}

Inherited Interfaces

Interfaces Description
IRasterFunctionTemplate3 Provides access to members that control a raster template function.
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 IRasterFunctionTemplate4

Classes Description

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