ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionTemplate2.FindMemberFunctionsByName Method

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

[Visual Basic .NET]
Public Function FindMemberFunctionsByName ( _
    ByVal rasterFunctionName As String _
) As IArray
[C#]
public IArray FindMemberFunctionsByName (
    string rasterFunctionName
);
[C++]
HRESULT FindMemberFunctionsByName(
  BSTR rasterFunctionName,
  IArray** ppMatchingRasterFunctions
);
[C++]

Parameters

rasterFunctionName [in]   rasterFunctionName is a parameter of type BSTR ppMatchingRasterFunctions [out, retval]

  ppMatchingRasterFunctions is a parameter of type IArray

Product Availability

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

See Also

IRasterFunctionTemplate2 Interface