Provides access to members that control a raster template function.
Members
Name | Description | |
---|---|---|
Arguments | The raster function arguments in the template. | |
DefinitionExpression | The raster function template definition (where clause) on which it applies. | |
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. | |
GroupFieldName | The group field name. | |
Help | The help document URL. | |
LoadFromFile | Load/deserialize a raster function template from a file. | |
LoadFromString | Load/deserialize a raster function template from a string. | |
Properties | The properties. | |
SaveToFile | Save/serialize a raster function template to a file. | |
SaveToString | Save/serialize a raster function template to a string. | |
TagFieldName | The tag field name. | |
Thumbnail | The raster function template icon/thumbnail. | |
ThumbnailEx | The base64 encoded thumbnail. | |
ToJSON | Saves raster function template to JSON. | |
Type | The raster function template type. | |
Variables | The raster function variables in the template. |
IRasterFunctionTemplate5.LoadFromString Method
Load/deserialize a raster function template from a string.
Public Sub LoadFromString ( _
ByVal xmlRFT As String _
)
public void LoadFromString (
string xmlRFT
);
IRasterFunctionTemplate5.SaveToString Method
Save/serialize a raster function template to a string.
Public Sub SaveToString ( _
ByRef pXmlRFT As String _
)
public void SaveToString (
ref string pXmlRFT
);
IRasterFunctionTemplate5.ThumbnailEx Property
The base64 encoded thumbnail.
Public Property ThumbnailEx As String
public string ThumbnailEx {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterFunctionTemplate4 | Provides access to members that control a raster template function. |
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 IRasterFunctionTemplate5
Classes | Description |
---|