
Contents |
Swap the positions of two graph layers.
//Before run this XF, please check that there is a active Graph with at least two layers
layswap igl1:=Layer1 igl2:=Layer2;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Layer A | igl1 |
Input GraphLayer | |
Specifies the name of the first graph layer. |
| Layer B | igl2 |
Input GraphLayer | |
Specifies the name of the second layer. |
This X-Function can be used to swap the positions of two layers.