UnitProcedureClicked
- Last UpdatedAug 24, 2016
- 1 minute read
This event is called when a user selects a unit procedure in the Unit Procedures pane.
Syntax
BatchSFCVar_UnitProcedureClicked (campaign, lot, batch, Row, Column, clicked)
Parameters
campaign
Dta Type: String
Cmpaign Id of selected batch
lot
Data Type: String
Lot Id of selected batch
batch
Data Type: String
Batch Id of selected batch
Row
Data Type: Short
Row of branch selected. All unit procedure objects, transition objects, branches, and vertical lines that connect unit procedures are included in the row count.
Column
Data Type: Short
Column of unit procedure selected. All unit procedure objects and branches are included in the column count.
clicked
Data Type: Boolean
Click type where:
0 = Single-click
1 = Double-click