Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Object ID
  
[Sub]Select If Object ID
Selects elements based on the specified OBJECT_ID.
SELECT IFSUBSELECT IFOBJECT_IDISNOTEQUAL TOCONTAINS"object_id"
Parameters:
object_id
any "string"
Condition
Selects element if…
(IS or) IS EQUAL TO
its object ID matches the specified object_id string.
(IS NOT or) IS NOT EQUAL TO
its object ID does not match the specified object_id string.
CONTAINS
its object ID contains or matches the specified object_id string.
SELECT IF OBJECT_ID CONTAINS "43137A"
SUBSELECT IF OBJECT_ID IS EQUAL TO "43137A-004"