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


IFunctionRasterDataset.FindMemberFunctionsByCLSID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFunctionRasterDataset Interface > IFunctionRasterDataset.FindMemberFunctionsByCLSID Method
ArcGIS Developer Help

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

rasterFunctionCLSID is a parameter of type IUID*

Product Availability

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

See Also

IFunctionRasterDataset Interface