ArcObjects Library Reference (DataSourcesRaster)  

IFunctionRasterDatasetName Interface

Provides access to members that control a function raster dataset name.

Product Availability

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

Members

Description
Read/write property Arguments The raster function argument(s).
Read/write property BrowseName The browse name.
Read/write property FullName The full path name.
Read/write property Function The raster function.
Read/write property Properties The function raster dataset proprties.

CoClasses that implement IFunctionRasterDatasetName

CoClasses and Classes Description
FunctionRasterDatasetName A class for a function raster dataset name.

.NET Samples

Create a Raster Function template (Code Files: CreateRasterFunctionTemplate) | Create a Math Function Raster dataset (Code Files: CreateMathFunctionRasterDataset) | Create an NDVI custom raster function (Code Files: NDVICustomFunctionUIForm TestNDVICustomFunction) | Create a Function Raster dataset (Code Files: CreateFunctionRasterDataset) | Create a custom raster function (Code Files: TestWatermarkFunction WatermarkFunctionUIForm)

.NET Related Topics

DataSourcesRaster | How to create a Clip function dataset | How to create a Colormap function dataset | How to create a ColormapToRGB function dataset | How to create a ColorspaceConversion function dataset | How to create a Complex function dataset | How to create a CompositeBand function dataset | How to create a Constant function dataset | How to create a Convolution function dataset | How to create a Geometry function dataset | How to create a Grayscale function dataset | How to create a Hillshade function dataset | How to create a Mask function dataset | How to create a Pansharpen function dataset | How to create a Shaded Relief function dataset | How to create a Slope function dataset | How to create a Spectral Conversion function dataset | How to create a Statistics function dataset | How to create a Stretch function dataset | How to create a Trend function dataset | How to create an Arithmetic function dataset | How to create an Aspect function dataset | How to create an Extract Band function dataset | How to create an NDVI function dataset | How to create an RGB32 function dataset