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


IRasterFunctionTemplate2.FindMemberFunctionsArgumentsByCLSID 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.FindMemberFunctionsArgumentsByCLSID Method
ArcGIS Developer Help

IRasterFunctionTemplate2.FindMemberFunctionsArgumentsByCLSID Method

Finds raster function arguments in this template that match the given function arguments CLSID.

[Visual Basic .NET]
Public Sub FindMemberFunctionsArgumentsByCLSID ( _
    ByVal functionArgumentsCLSID As UID, _
    ByRef ppMatchingFunctionArguments As IArray _
)
[C#]
public void FindMemberFunctionsArgumentsByCLSID (
    UID functionArgumentsCLSID,
    ref IArray ppMatchingFunctionArguments
);
[C++]
HRESULT FindMemberFunctionsArgumentsByCLSID(
  IUID* functionArgumentsCLSID,
  IArray** ppMatchingFunctionArguments
);
[C++]
Parameters
functionArgumentsCLSID 

functionArgumentsCLSID is a parameter of type IUID* ppMatchingFunctionArguments
ppMatchingFunctionArguments is a parameter of type IArray**

Product Availability

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

See Also

IRasterFunctionTemplate2 Interface