ZoomToEquipment

Given a name to an equipment, this will attempt to make it fill a large portion of the screen.

Function

bool ZoomToEquipment(equipmentName: string)

Parameters

  • equipmentName (string): the name of the equipment which will be zoomed to.

Return Value

Returns true on success, or false on failure.

Example

Zooms to “Conveyor1”:

let success = SYM3.ZoomToEquipment('Conveyor1');