Method SetParametersByData
SetParametersByData(string[], object[])
Sets the parameters that have the specified data values in the ElementData.xml file to the specified values.
[Obsolete("This method is obsolete since DataMiner 10.3.4.")]
object SetParametersByData(string[] datas, object[] values)
Parameters
datasstring[]The data values for the parameters that need to be set.
valuesobject[]The values to set.
Returns
- object
Either a single HRESULT (uint) value specifying an error or an array of HRESULT values (where the array has the same size as the number of parameters that have been set) where each HRESULT value indicates the result of the corresponding item that has been set.
Remarks
- This is a wrapper method for the NotifyProtocol type 86 NT_SET_PARAMETER_BY_DATA call.
- This method is deprecated since DataMiner 10.3.4.
- The sets are processed in the order that they appear within the provided arrays.