clear_layer_stack (index : integer)

Navigation:  User guide > OLE automation > Methods >

clear_layer_stack (index : integer)

Previous pageReturn to chapter overviewNext page

Deletes all layers of a layer stack and assigns 'Vacuum' to the top and bottom halfspaces.

The position of the layer stack in the list of layer stacks is given by index (stacks are numbered 1, 2, 3, ...).

 

VisualBasic example:

  wcd.clear_layer_stack (1)