DistanceObjectBelowLimit

Syntax

<MU-Path>.DistanceObjectBelowLimit → object

The read-only attribute DistanceObjectBelowLimit returns if the MU for which the distance of the Transporter designated by <MU-Path> is smaller than the value you set.

If the distance is not smaller than the defined value for any MU, DistanceObjectBelowLimit returns void.

Return Value

The return value has the data type object.

Example

var o : object := .MUs.Transporter:1.DistanceObjectBelowLimit
print .UserObjects.MyTransporter1:10.DistanceObjectBelowLimit 
-- might, for example return .UserObjects.MyTransporter1:9

Related Topics

Distance

Distance control