Provides access to members that control a raster template function.
Members
| Name | Description | |
|---|---|---|
|  | Arguments | The raster function arguments in the template. | 
|  | FindMemberFunctionsArgumentsByCLSID | Finds raster function arguments in this template that match the given function arguments CLSID. | 
|  | FindMemberFunctionsByCLSID | Finds raster functions in this template that match the given function CLSID. | 
|  | FindMemberFunctionsByName | Finds raster functions in this template that match the given function name. | 
|  | Function | The raster function in the template. | 
|  | Help | The help document URL. | 
|  | Properties | The properties. | 
|  | 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. |