pteMoveLayerSelection
pteMoveLayerSelection(x_position[w_windowId] ) => t / nil
Description
Moves the layer-purpose pairs selected in the Layers panel to the specified position. This function works only if the View By mode is set to None.
Arguments
|
Position to which the selected layer-purpose pairs need to be moved. |
|
|
ID of the window containing the Palette that you want to update. |
Value Returned
|
The selected layer-purpose pairs were moved to the specified location. |
|
Examples
pteMoveLayerSelection(0)
pteMoveLayerSelection(100 window(2))
Return to top