This document is archived and information here might be outdated. Recommended version. |
Applies a given function to this mosaic dataset on top of all existing functions.
[Visual Basic .NET] Public Sub ApplyFunction ( _ ByVal pFunction As IRasterFunction, _ ByVal pArguments As Object, _ ByVal Name As String _ )
[C#] public void ApplyFunction ( IRasterFunction pFunction, object pArguments, string Name );
[C++]
HRESULT ApplyFunction(
IRasterFunction* pFunction,
LPUNKNOWN pArguments,
BSTR Name
);
[C++] Parameters pFunction [in]
pFunction is a parameter of type IRasterFunction* pArguments [in]
pArguments is a parameter of type IUnknown Name [in]
Name is a parameter of type BSTR