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