This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionTemplate2 Interface > IRasterFunctionTemplate2.FindMemberFunctionsByName Method (ArcObjects .NET 10.4 SDK) |
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