SetValue sets the value of a GXProperty. If ValueItems are used, the value must be in the ValueItems collection
and the Type must be String (GX_VT_STR).
- value (Object)
- Property value
- type (VariantType)
- The type of data in which the value is saved.
- useUIValue (Boolean)
- If True, UIValue formulas are used.
- statusChange (PropertyStates)
- A status to be set for the GXProperty after the value has been set.
Dim value = "SomeValue"
GXProperty1.SetValue(value, GX_VT_STR, False)
Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1