ExtensionsPlus.EventPlus.GetDeepNewValue

From emotive
Jump to navigation Jump to search

Classification

Name GetDeepNewValue
Short Description Snapshot of the new variable value
Class Term
Extension OTX EventPlus Extension
Group -
Exceptions TypeMismatchException
Checker Rules -
Standard Compliant No

Pseudo-Code Syntax

Value GetDeepNewValue(Event);

Description

The GetDeepNewValue term has the same behavior like GetNewValue only for ByteField, List and Map.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
Variable The value that was stored in the given event.

Properties

Name Data Type Class Default Cardinality Description
Event Event Term - [1] The monitor change event from which you want to return the new value of the formerly monitored variables at the time of the change in value.

Examples

Variable result = GetDeepNewValue(myEvent);

See also

DeepMonitorChangeEventSource
GetDeepChangedIndex
IsDeepMonitorChangeEvent
IsSizeChangedLength