pteSetStipple
pteSetStipple(
{ t_layerPurposeName | t_paletteElementPath }
g_stippleVisibilityState
t_panelName
[ w_windowId ]
)
=> t / nil
Description
Sets the stipple visibility state for the specified layer-purpose pair.
Arguments
|
t_layerPurposeName
|
|
|
Name of the layer-purpose pair for which the stipple visibility state is to be set.
|
|
t_paletteElementPath
|
|
|
Path to the layer-purpose pair for which the stipple visibility state is to be set.
|
|
g_stippleVisibilityState
|
|
|
Stipple visibility state to be set for the specified layer-purpose pair. If set to t, stipple visibility is turned on. If set to nil, stipple visibility is turned off.
|
|
t_panelName
|
Name of the Palette panel. Valid values: Layers
|
|
w_windowId
|
ID of the window containing the Palette that you want to update. Valid values: ID of any open window Default: Current window
|
Value Returned
|
t
|
The stipple visibility state was set for the specified layer-purpose pair.
|
|
nil
|
The command was unsuccessful.
|
Examples
pteSetStipple("Metal1 drawing" nil "Layers")
pteSetStipple("Metal1;Metal1 drawing" nil "Layers") (in ViewBy mode)
pteSetStipple("Metal1 drawing" t "Layers" window(2))
Return to top