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


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

IFunctionRasterDataset Interface

Provides access to members that control a function raster dataset.

Product Availability

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

Members

Name Description
Method AlterDefinition Saves any changes made to this dataset.
Read/write property Arguments The raster function arguments.
Method FindMemberFunctionsArgumentsByCLSID Finds raster function arguments in this dataset that match the given function arguments CLSID.
Method FindMemberFunctionsByCLSID Finds raster functions in this dataset that match the given function CLSID.
Method FindMemberFunctionsByName Finds raster functions in this dataset that match the given function name.
Write-only property FullName The name of this function raster dataset.
Read/write property Function The raster function.
Method Init Initializes this function raster dataset.
Read-only property MemberDatasetNames The constituent datasets names referenced by this function raster dataset.
Read-only property MemberRasterDatasets The constituent raster datasets in this function raster dataset.
Read/write property Properties The function raster dataset proprties.
Read-only property RasterInfo The raster information.
Method Simplify Simplifies the function raster dataset by removing redundant raster functions.

Classes that implement IFunctionRasterDataset

Classes Description
FunctionRasterDataset A class for a function raster dataset.
MosaicDataset A mosaic dataset object.

.NET Samples

Create a Function Raster dataset Create a Math Function Raster dataset Create a Raster Function template Create a custom raster function Create a custom raster type Create a custom raster type from the ground up for DMCII data Get and set key properties on a mosaic dataset Publish an image service and set configurations Create an NDVI custom raster function