IRasterFunctionTemplate2 Interface

Provides access to members that control a raster template function.

Members

Name Description
Read/write property Arguments The raster function arguments in the template.
Method FindMemberFunctionsArgumentsByCLSID Finds raster function arguments in this template that match the given function arguments CLSID.
Method FindMemberFunctionsByCLSID Finds raster functions in this template that match the given function CLSID.
Method FindMemberFunctionsByName Finds raster functions in this template that match the given function name.
Read/write property Function The raster function in the template.
Read/write property Help The help document URL.
Read/write property Properties The properties.
Read-only property Variables The raster function variables in the template.

IRasterFunctionTemplate2.FindMemberFunctionsArgumentsByCLSID Method

Finds raster function arguments in this template 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
);

IRasterFunctionTemplate2.FindMemberFunctionsByCLSID Method

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

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

IRasterFunctionTemplate2.FindMemberFunctionsByName Method

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

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

IRasterFunctionTemplate2.Help Property

The help document URL.

Public Property Help As String
public string Help {get; set;}

IRasterFunctionTemplate2.Properties Property

The properties.

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

Inherited Interfaces

Interfaces Description
IRasterFunctionTemplate Provides access to members that control a raster template function.

Classes that implement IRasterFunctionTemplate2

Classes Description
RasterFunctionTemplate A class for a template raster function.

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