pteToggleLayerSetEdition
pteToggleLayerSetEdition(
[ w_windowId ]
)
=> t / nil
Description
Displays or hides the membership status of layer-purpose pairs.
Arguments
|
ID of the window containing the Palette that you want to update. |
Value Returned
|
The membership status of layer-purpose pairs was displayed or hidden, as required. |
|
Examples
pteToggleLayerSetEdition()
pteToggleLayerSetEdition(window(2))
Return to top