mgSwapCB
mgSwapCB(t_swap) =>nil
Description
Swaps two selected instances, two rows of instances, or two columns of instances in Modgen.
Arguments
In this example, the selected instances are swapped.
mgSwapCB("inst")
In this example, the selected rows are swapped.
mgSwapCB("row")
In this example, the selected columns are swapped.
mgSwapCB("col")
Return to top