ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionVariable Interface

Provides access to members that control a raster function variable.

Product Availability

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

Members

Description
Read/write property Aliases The variable's aliases.
Read/write property Description The variable's description.
Read/write property IsDataset Indicates whether the variable is a dataset.
Read/write property Name The variable name.
Method Resolve Resolves the variable using a set of values.
Read/write property Value The variable value.

CoClasses that implement IRasterFunctionVariable

CoClasses and Classes Description
RasterFunctionVariable The class for template raster function arguments.

.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: NDVICustomFunction NDVICustomFunctionUIClass NDVICustomFunctionUIForm TestNDVICustomFunction) | Create a custom raster function (Code Files: TestWatermarkFunction WatermarkFunction WatermarkFunctionUIClass WatermarkFunctionUIForm)