![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFunctionRasterDataset Interface > IFunctionRasterDataset.FindMemberFunctionsArgumentsByCLSID Method (ArcObjects .NET 10.5 SDK) |
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