This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset Interface > IMosaicDataset.ApplyFunction Method (ArcObjects .NET 10.4 SDK) |
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