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


IFunctionRasterDataset.FindMemberFunctionsByName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFunctionRasterDataset.FindMemberFunctionsByName Method

Finds raster functions in this dataset 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

IFunctionRasterDataset Interface