Get or set properties
- Last UpdatedJul 19, 2024
- 1 minute read
Properties are accessible through the GetPropertyX() function, where X is the data type (D for Discrete, I for Integer, and M for Message). For example:
GetPropertyM(ControlName.Property, MsgTag)
For more information on the GetPropertyX() functions, see Built-In functions.
When you run the script that includes the GetPropertyX() function, the property value is saved to the MsgTag. If multiple rows are selected, the property assigned to MsgTag is the tag value in the first row of the multiple selection.