Instance.PropertyAtom.setValueAt()
Signature
boolean setValueAt (PropertyAtom pa, Object value, long time)
Description
Sets the value of the PropertyAtom to the value passed with the time stamp specified.
Parameters
Name | Type | Description |
pa | PropertyAtom | The property atom to set a new value for. |
value | Object | The new value for the property. Its type has to be matched the property type. |
time | long | The time stamp describing when this property changed. |
Returns
Type | Description |
boolean | true if property is set to new value with the given time, false otherwise. |