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


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

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

rasterFunctionCLSID is a parameter of type IUID*

Product Availability

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

See Also

IRasterFunctionTemplate2 Interface