Conveyor: SetPreviousConnection
Called to set the previous transporter
The connections set using
SetPreviousConnection
andSetNextConnection
are evaluated when product is placed on the conveyor. Any product on the conveyor when the connections are changed will use the old connections.
Function
void SetPreviousConnection (previous: object, distance: double)
Parameters
Name | Type | Description |
---|---|---|
previous | Object | The conveyor to set as the target, if target is ‘None’ set object to 0 |
distance | Double | The connection distance in the units chosen when the project was created (metres or feet) |
Return Value
None