Table of Contents

GetParameterValueByElementName

Use this method to request the current state and current value(s) of specific parameters of an element (referenced by name).

Note

If you want to retrieve values from tables, specify table IDs and not column IDs.

Input

Item Format Description
connection String The connection ID. See Connect.
ElementName String The element name.
parameters Array of string The names or IDs of the requested parameters.

Output

Item Format Description
GetParameterValueByElementNameResult Array of ParamValue The properties of the requested parameters.