This document is archived and information here might be outdated.  Recommended version.


IRasterFunctionTemplate5 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionTemplate5 Interface
ArcGIS Developer Help

IRasterFunctionTemplate5 Interface

Provides access to members that control a raster template function.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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.
Method LoadFromString Load/deserialize a raster function template from a string.
Read/write property Properties The properties.
Method SaveToFile Save/serialize a raster function template to a file.
Method SaveToString Save/serialize a raster function template to a string.
Read/write property TagFieldName The tag field name.
Read/write property Thumbnail The raster function template icon/thumbnail.
Read/write property ThumbnailEx The base64 encoded 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.

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