ArcObjects Library Reference (DataSourcesRaster)  

IFunctionRasterDataset.FindMemberFunctionsByCLSID Method

Finds raster functions in this dataset that match the given function CLSID.

[Visual Basic .NET]
Public Function FindMemberFunctionsByCLSID ( _
    ByVal rasterFunctionCLSID As UID _
) As IArray
[C#]
public IArray FindMemberFunctionsByCLSID (
    UID rasterFunctionCLSID
);
[C++]
HRESULT FindMemberFunctionsByCLSID(
  IUID* rasterFunctionCLSID,
  IArray** ppMatchingRasterFunctions
);
[C++]

Parameters

rasterFunctionCLSID [in]

  rasterFunctionCLSID is a parameter of type IUID

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