ExtensionsPlus.EventPlus.GetDeepChangedIndex

From emotive
Jump to navigation Jump to search

Classification

Name GetDeepChangedIndex
Short Description Returns index of the changed item.
Class Term
Extension OTX EventPlus Extension
Group -
Exceptions -
Checker Rules -
Standard Compliant No

Pseudo-Code Syntax

Value GetDeepChangedIndex(Event);

Description

The GetDeepChangedIndex terms returns the zero based index of the changed item. If no item was changed, the term returns -1.

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
Integer The index of the changed item

Properties

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

Examples

Integer result = GetDeepChangedIndex(myEvent);

See also

DeepMonitorChangeEventSource
GetDeepNewValue
IsDeepMonitorChangeEvent
IsSizeChangedLength