Function: combineParameters()
combineParameters(
source
:Parameters
,modifications
:Parameters
):Parameters
Combines two Parameters settings into a new one.
Parameters
Parameter | Type | Description |
---|---|---|
source | Parameters | Input parameters that can be modified by modifications . |
modifications | Parameters | Parameters that will overwrite the parameters from source . |
Returns
Remarks
The new object contains all parameters from both inputs. If the same
parameter is specified in both input objects then the value from the second
object modifications
is used.
Input objects are not modified.