Add objects to layer

Belongs to

What it does

Allows you to add any selected objects to a specific layer. You can identify the layer concerned by selecting it using another Action in the same Action List.

Optionally, you can at the same time remove the added objects from the other layers.

How to proceed

  1. Add a first "select" Action to the Action List, to select the layer to which you want to assign the objects.
  2. Add a second "select" Action to the Action List, to select the objects to be added.
    Note: You don't have to specify operators in between the two "select" Actions. However, you can also use combined "Select" Actions to specify the layer or the objects concerned (see example 2).
  3. Add Add objects to layers and select the Add to selected layers radio button.

Examples

Example 1: The following Action List will add all annotations to Layer1 and remove them from the other layers:
Select layers by name <!-- Select layers by name and set the layer name to Layer1 -->
Select annotations <!-- Select annotations -->
Add objects to layers <!-- Select Remove from other layers -->
Example 2: The following Action List will add XObjects and annotations to LayerA and LayerB:
Select layers by name <!-- Select layers by name and set the layer name to "equals [AB]"; enable Use regular expressions -->
Select XObjects <!-- Select XObjects --> 
Select annotations <!-- Select annotations -->
OR
Add objects to layers 

Related Actions