ExtensionsPlus.EventPlus.IsSizeChangedLength
Revision as of 10:02, 15 August 2014 by Nb (talk | contribs) (Created page with "Category:EventPlus == Classification == {{ClassificationActivity | IsSizeChangedLength | Checks if the length was changed. | Term | EventPlus|OTX EventPlus Extension...")
Contents
Classification
Name | IsSizeChangedLength |
Short Description | Checks if the length was changed. |
Class | Term |
Extension | OTX EventPlus Extension |
Group | - |
Exceptions | TypeMismatchException |
Checker Rules | - |
Standard Compliant | No |
Pseudo-Code Syntax
Value IsSizeChangedLength(Event);
Description
IsSizeChangedLength is a term, which checks if the length was changed. If the length was changed, GetDeepChangedIndex returns -1
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
Boolean | Returns TRUE if the length was changed |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Event | Event | Term | - | [1] | The event, whose type is checked. |
Examples
Boolean result = IsSizeChangedLength(myEvent);
See also
DeepMonitorChangeEventSource
GetDeepChangedIndex
GetDeepNewValue
IsDeepMonitorChangeEvent