pteShowMPTLPP
pteShowMPTLPP(
{ t | nil }
[ w_windowId ]
)
=> t / nil
Description
Displays in the Layers panel only those layer-purpose pairs that have color information.
Arguments
|
t
|
Displays only those layer-purpose pairs that have color information.
|
|
nil
|
Displays all layer-purpose pairs.
|
|
w_windowId
|
ID of the window in which you want to display the layer-purpose pairs that have color information. Valid values: ID of any open window Default: Current window
|
Value Returned
|
t
|
The required layer-purpose pairs were displayed.
|
|
nil
|
The command was unsuccessful.
|
Examples
pteShowMPTLPP(t)
pteShowMPTLPP(nil window(2))
Return to top