Instance.PropertyAtom.getValueAt()

Signature

Object getValueAt(PropertyAtom propertyAtom, long time)

Domain

action, condition, query

Description

Gets the value of the PropertyAtom passed, at the time stamp specified.

Parameters

NameTypeDescription
propertyAtomTheproperty atom to get the value for.
timelongTime the value is needed for.

Returns

TypeDescription
Objectthe result. Meaning get the property value at the given time.

Cautions

none