ArcObjects Library Reference (DataSourcesRaster)  

IFunctionRasterDataset.FindMemberFunctionsArgumentsByCLSID Method

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

Product Availability

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

See Also

IFunctionRasterDataset Interface