SetUnitProcedureFocus()
- Last UpdatedAug 19, 2016
- 1 minute read
This method simulates a mouse click on a unit procedure object. The row parameter represents the row of the unit procedure to select. The column parameter represents the column of the unit procedure to select. The return code is a short integer value that can be used for error handling.
For more information on the error codes returned, see "Error Return Values" on page 51.
Syntax
ReturnCode = BatchSFCVar.SetUnitProcedureFocus (Row, Column)
Parameters
Row
Data Type: Integer
Row of unit procedure selected. All unit procedure objects, transition objects, branches, and vertical lines that connect unit procedures are included in the row count.
Column
Data Type: Integer
Column of unit procedure selected. All unit procedure objects and branches are included in the column count.