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


IRasterFunctionTemplate2.FindMemberFunctionsByCLSID Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionTemplate2.FindMemberFunctionsByCLSID Method

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

IRasterFunctionTemplate2 Interface