The SetDataSetListMESID Method sets the MES_ID of one or more items of the array Definitions contained in the DataSetList.

For clarity, the DataSetList is a Variable of type DataSetDefinitionType which contains Definitions, an array of structures of type DataDefinitionType. In turn DataDefinitionType is a subtype of DataDescriptionType, meaning it inherits MES_ID. The latter is set by SetDataSetListMESID.

Each item of Definitions is identified by its ID.

The signature of this Method is specified below. Table 20 specifies the Arguments representation.

Signature

SetDataSetListMESID (

[in] 0:String[] IDs,

[in] 0:String[] MESIDs,

[out] MethodExecutionFeedbackType ExecutionFeedback);

Table 20 – SetDataSetListMESID Method Arguments

Argument

Description

IDs

The IDs of the elements of the Definitions array whose MES_ID shall be changed if the method executes successfully.

MESIDs

The values of the MES_IDs to be set.

ExecutionFeedback

The extended feedback returning a detailed message in case of execution failure.