Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Color
  
[Sub]Select If Color
Selects elements that either are, or are not, filled with the specified COLOR.
SELECT IFSUBSELECT IFCOLORISNOTEQUAL TO"color_name"
Parameters:
color_name
all standard color names
(See International Names for language-independent color names.)
Condition
Selects element if…
(IS or) IS EQUAL TO
the element is filled with the specified color_name.
(IS NOT or) IS NOT EQUAL TO
the element is not filled with the specified color_name.
SELECT IF COLOR IS EQUAL TO "$ISO_NOFILL"
SUBSELECT IF COLOR IS NOT EQUAL TO "$ISO_BLACK"