Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Type
  
[Sub]Select If Type
Selects elements that either are, or are not, the specified TYPE.
SELECT IFSUBSELECT IFTYPEISNOTEQUAL TO"element_type"
Parameters:
element_type
"Line"
"Rectangle"
"Polygon"
"Marker"
"Ellipse"
"Inner_thread"
"Outer_thread"
"Bezier"
"Text"
"Placed_file"
"Image"
"Callout"
Condition
Selects element if…
(IS or) IS EQUAL TO
the element is the specified element_type.
(IS NOT or) IS NOT EQUAL TO
the element is not the specified element_type.
SELECT IF TYPE IS EQUAL TO "Line"
SUBSELECT IF TYPE IS NOT EQUAL TO "Bezier"