Instance.PropertyAtom.setPropertyValue()

Signature

boolean setPropertyValue (PropertyAtom pa, Object value)

Domain

ACTION, BUI

Description

Sets the value of the PropertyAtom to the value passed.

Parameters

NameTypeDescription
paPropertyAtomThe property atom to set a new value for.
valueObjectThe new value for the property. Its type has to be matched the property type.

Returns

TypeDescription
booleantrue if property is set to new value with the given time, false otherwise.

Cautions

none