Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Object Tip
  
[Sub]Select If Object Tip
Selects elements based on the specified OBJECT_TIP.
SELECT IFSUBSELECT IFOBJECT_TIPISNOTEQUAL TOCONTAINS"object_tip"
or
SELECT IFSUBSELECT IFOBJECT_TIPEXISTSNOT
Parameters:
object_tip
any "string"
Condition
Selects element if…
(IS or) IS EQUAL TO
its object tip matches the specified object_tip string.
(IS NOT or) IS NOT EQUAL TO
its object tip does not match the specified object_tip string.
CONTAINS
its object tip contains or matches the specified object_tip string.
EXISTS
it has an object tip.
EXISTS NOT
it does not have an object tip.
SELECT IF OBJECT_TIP EXISTS
SUBSELECT IF OBJECT_TIP IS EQUAL TO "Replace annually"