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


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

IRasterFunctionTemplate2 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.
Read/write property Function The raster function in the template.
Read/write property Help The help document URL.
Read/write property Properties The properties.
Read-only property Variables The raster function variables in the template.

Inherited Interfaces

Interfaces Description
IRasterFunctionTemplate Provides access to members that control a raster template function.

Classes that implement IRasterFunctionTemplate2

Classes Description
RasterFunctionTemplate A class for a template raster function.