Difference between revisions of "ExtensionsPlus.EventPlus.IsSizeChangedLength"
Jump to navigation
Jump to search
(Created page with "Category:EventPlus == Classification == {{ClassificationActivity | IsSizeChangedLength | Checks if the length was changed. | Term | EventPlus|OTX EventPlus Extension...") |
m (Hb moved page IsSizeChangedLength to ExtensionsPlus.EventPlus.IsSizeChangedLength: #3153) |
(No difference)
|
Revision as of 09:45, 16 February 2016
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