SetPhaseFocus()
- Last UpdatedAug 19, 2016
- 1 minute read
This method simulates a mouse click on a phase object. The row parameter represents the row of the phase to select. The column parameter represents the column of the phase 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.SetPhaseFocus (Row, Column)
Parameters
Row
Data Type: Integer
Row of phase selected. All phase objects, transition objects, branches, and vertical lines that connect phases are included in the row count.
Column
Data Type: Integer
Column of phase selected. All phase objects and branches are included in the column count.