This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionTemplate2 Interface > IRasterFunctionTemplate2.FindMemberFunctionsArgumentsByCLSID Method (ArcObjects .NET 10.4 SDK) |
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