vl-layerstates-restore

Parent Previous Next

vl-layerstates-restore


(vl-layerstates-restore  lstate  [bitFlags  [VportEname  [undefAction]])

restores the specified LayerState

Arguments

'lstate' a string or symbol specifying the LayerState
'bitFlags' control bit combination (integer) to be used for restoring (or NIL)
'VportEname' entity name specifying the intended viewport (or NIL)
'undefAction' specifies how to handle layers, which are not captured by the LayerState (or NIL) :
0 DoNothing

1 TurnOff

2 Freeze

Return

T if successful, NIL to indicate an error

Example

(vl-layerstates-restore "MyLayers_Frozen+Locked" 6 NIL 0)

Alias


Remarks

for 'bitFlags' argument, see (vl-layerstates-setpropertymask)




©  Menhirs NV. All rights reserved.