ArcObjects Library Reference (DataSourcesRaster)  

IFunctionRasterDataset Interface

Provides access to members that control a function raster dataset.

Product Availability

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

Members

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.

CoClasses that implement IFunctionRasterDataset

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