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


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

IRasterFunctionTemplate3 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.
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.

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.