Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Layer
  
[Sub]Select If Layer
Selects elements that are either on, or not on, the specified LAYER.
* 
This command only works in 2D mode.
SELECT IFSUBSELECT IFLAYERISNOTEQUAL TO"layer_name"
Parameters:
layer_name
any "string"
Condition
Selects element if…
(IS or) IS EQUAL TO
the element is on the specified layer_name.
(IS NOT or) IS NOT EQUAL TO
the element is not on the specified layer_name.
SELECT IF LAYER IS EQUAL TO "Layer 1"
SUBSELECT IF LAYER IS NOT EQUAL TO "Standard layer"