Instance.PropertyAtom.getConceptReferenceHistoryValue()

Signature

Concept getConceptReferenceHistoryValue (PropertyAtomConceptReference parc, int idx)

Domain

action, condition, query

Description

Gets the value of the PropertyAtomConceptReference at a given specified index in the ring buffer. Oldest value is at index 0

Parameters

NameTypeDescription
parcPropertyAtomConceptReferenceThe property atom to get the value for.
idxintIndex of the value needed in the ring buffer.

Returns

TypeDescription
ConceptThe result.

Cautions

none