Positionobjecta, Subcollectionobjecta – CUE Design Director Script Language User Manual
Page 28

Reference Manual Design Director Script Language
www.cuesystem.com
Page 28 of 94
3.1.10. PositionObjectA
Object is basic i.e. there is no object it could inherit from.
Property
Type
Description
Height
uint
The total object height. For the page the property cannot be changed.
Width
uint
The total object width. For the page the property cannot be changed.
X
uint
The coordinate X object position within the area of its parent. For the window it
is a position on the screen, for the page the property cannot be changed.
Y
uint
The coordinate Y object position within the area of its parent. For the window it
is a position on the screen, for the page the property cannot be changed.
Z
uint
The Z coordinate position of the object within the area of its parent that means it
determines the overlapping of the objects among each other. In case two
objects will have the same coordinate Z, the resulting status on the screen is not
explicitly defined. For the top object (that is a window or a page), the coordinate
sets position on the screen among other top objects. For these objects the
property cannot be changed, only read.
3.1.11. SubCollectionObjectA
The object is basic i.e. there is no object it could inherit from. This object is read only. It is possible to edit
the stored objects in the collection.
Property
Type
Description
Child
CollectionObjectA
It is the collection of all child objects of IdentificationObjectA type. The property
is for read only. The value is default.