Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Linestyle
  
[Sub]Select If Linestyle
Selects elements that either do, or do not, have the specified LINESTYLE.
SELECT IFSUBSELECT IFLINESTYLEISNOTEQUAL TO"linestyle_name"
Parameters:
linestyle_name
all standard linestyle names
(See International Names for language-independent linestyle names.)
Condition
Selects element if…
(IS or) IS EQUAL TO
the element has the specified linestyle_name.
(IS NOT or) IS NOT EQUAL TO
the element does not have the specified linestyle_name.
SELECT IF LINESTYLE IS EQUAL TO "$ISO_DASHED"
SUBSELECT IF LINESTYLE IS NOT EQUAL TO "$ISO_SOLID"