ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionTemplate Interface

Provides access to members that control a raster template function.

Product Availability

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

Members

Description
Read/write property Arguments The raster function arguments in the template.
Read/write property Function The raster function in the template.
Read-only property Variables The raster function variables in the template.

CoClasses that implement IRasterFunctionTemplate

CoClasses and Classes Description
RasterFunctionTemplate A class for a template raster function.

.NET Samples

Create a Raster Function template (Code Files: CreateRasterFunctionTemplate) | Create a custom raster type from the ground up for DMCII data (Code Files: DMCIIRasterType) | Create an NDVI custom raster function (Code Files: NDVICustomFunctionUIForm TestNDVICustomFunction) | Create a custom raster function (Code Files: TestWatermarkFunction WatermarkFunctionUIForm)