pteDiscardLayerSetEdition
pteDiscardLayerSetEdition(
[ w_windowId ]
)
=> t / nil
Description
Discards the changes made to the validity or membership state of a layer-purpose pair during the current layer set editing session.
Arguments
|
ID of the window containing the Palette in which you want to discard the changes. |
Value Returned
|
The changes made during the current layer set editing session were discarded. |
|
Examples
pteDiscardLayerSetEdition()
pteDiscardLayerSetEdition(window(2))
Return to top