Objects (LockoutZone)

Syntax

<Path>.Objects:array

The attribute Objects sets the resource objects, which you want to assign to the LockoutZone designated by <Path>. It also returns these resources.

Data Type of the Value You Can Assign

You can assign a value of data type array which contains the resources.

Example

var a : object[] := [MyStation1, MyStation2]
LockoutZone.Objects := a
print MyLockoutZone.Objects -- might, for example, return 
[*.Models.MyEnginePlant.Station1, *.Models.MyEnginePlant.Frame, *.Models.MyEnginePlant.Station2, *.Models.MyEnginePlant.Station3, *.Models.MyEnginePlant.ParallelStation]

Related Topic

Tab Objects