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 LPUNKNOWN Name [in] Name is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.