Provides access to members that control a raster function variable.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
|
Description |
|
Aliases |
The variable's aliases. |
|
Description |
The variable's description. |
|
IsDataset |
Indicates whether the variable is a dataset. |
|
Name |
The variable name. |
|
Resolve |
Resolves the variable using a set of values. |
|
Value |
The variable value. |
CoClasses that implement IRasterFunctionVariable
.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)