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


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

IFunctionRasterDataset2 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 ClearCache Clear the cache.
Method ComputeFootprint Computes the footprint.
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 GetFiles Gets source files within a given clipping geometry.
Method Init Initializes this function raster dataset.
Read-only property IsCacheStale Indicates if the raster cache is stale and needs to be refreshed.
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 RefreshCache Refresh raster cache.
Method Simplify Simplifies the function raster dataset by removing redundant raster functions.
Method Synchronize Synchronizes changes.

Inherited Interfaces

Interfaces Description
IFunctionRasterDataset Provides access to members that control a function raster dataset.

Classes that implement IFunctionRasterDataset2

Classes Description
FunctionRasterDataset A class for a function raster dataset.