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


IRasterFunctionTemplate2.FindMemberFunctionsByName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionTemplate2 Interface > IRasterFunctionTemplate2.FindMemberFunctionsByName Method
ArcGIS Developer Help

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
);
[C++]
Parameters
rasterFunctionName [in]

rasterFunctionName is a parameter of type BSTR

Product Availability

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

See Also

IRasterFunctionTemplate2 Interface