This document is archived and information here might be outdated. Recommended version. |
Finds raster function arguments in this dataset 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**