mgSelectRowColCB
mgSelectRowColCB(t_type) =>nil
Description
Selects all of the instances in the current row or column from the currently selected instance.
Argument
Value Returned
Examples
Selects all of the instances in the same row as the currently selected instance.
mgSelectRowColCB("row")
Selects all of the instances in the same column as the currently selected instance.
mgSelectRowColCB("col")
Return to top