IFunctionRasterDataset Interface

Provides access to members that control a function raster dataset.

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.

IFunctionRasterDataset.AlterDefinition Method

Saves any changes made to this dataset.

Public Sub AlterDefinition ( _
)
public void AlterDefinition (
);

IFunctionRasterDataset.Arguments Property

The raster function arguments.

Public Property Arguments As Object
public object Arguments {get; set;}

IFunctionRasterDataset.FindMemberFunctionsArgumentsByCLSID Method

Finds raster function arguments in this dataset that match the given function arguments CLSID.

Public Sub FindMemberFunctionsArgumentsByCLSID ( _
    ByVal functionArgumentsCLSID As UID, _
    ByRef ppMatchingFunctionArguments As IArray _
)
public void FindMemberFunctionsArgumentsByCLSID (
    UID functionArgumentsCLSID,
    ref IArray ppMatchingFunctionArguments
);

IFunctionRasterDataset.FindMemberFunctionsByCLSID Method

Finds raster functions in this dataset that match the given function CLSID.

Public Function FindMemberFunctionsByCLSID ( _
    ByVal rasterFunctionCLSID As UID _
) As IArray
public IArray FindMemberFunctionsByCLSID (
    UID rasterFunctionCLSID
);

IFunctionRasterDataset.FindMemberFunctionsByName Method

Finds raster functions in this dataset that match the given function name.

Public Function FindMemberFunctionsByName ( _
    ByVal rasterFunctionName As String _
) As IArray
public IArray FindMemberFunctionsByName (
    string rasterFunctionName
);

IFunctionRasterDataset.FullName Property

The name of this function raster dataset.

Public WriteOnly Property FullName
public void FullName {set;}

IFunctionRasterDataset.Function Property

The raster function.

Public Property Function As IRasterFunction
public IRasterFunction Function {get; set;}

IFunctionRasterDataset.Init Method

Initializes this function raster dataset.

Public Sub Init ( _
    ByVal pFunction As IRasterFunction, _
    ByVal pArguments As Object _
)
public void Init (
    IRasterFunction pFunction,
    object pArguments
);

IFunctionRasterDataset.MemberDatasetNames Property

The constituent datasets names referenced by this function raster dataset.

Public ReadOnly Property MemberDatasetNames As IArray
public IArray MemberDatasetNames {get;}

IFunctionRasterDataset.MemberRasterDatasets Property

The constituent raster datasets in this function raster dataset.

Public ReadOnly Property MemberRasterDatasets As IArray
public IArray MemberRasterDatasets {get;}

IFunctionRasterDataset.Properties Property

The function raster dataset proprties.

Public Property Properties As IPropertySet
public IPropertySet Properties {get; set;}

IFunctionRasterDataset.RasterInfo Property

The raster information.

Public ReadOnly Property RasterInfo As IRasterInfo
public IRasterInfo RasterInfo {get;}

IFunctionRasterDataset.Simplify Method

Simplifies the function raster dataset by removing redundant raster functions.

Public Sub Simplify ( _
)
public void Simplify (
);

Classes that implement IFunctionRasterDataset

Classes Description
FunctionRasterDataset A class for a function raster dataset.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.