Using Keywords
Variables of data type \'Element\' can be used in combination with SFHub keywords.
Examples
$myelement:Density <> Density
A conditional expression comparing the attribute Density of the element specified by the
$myelement variable with the attribute Density of the current element.
$myelement:{PreviousElement}:Density <> Density
The expression will reference the Density
attribute of the previous element, of the
element contained in the $myelement
variable.