Arbortext IsoView > Programmer's Reference > Object Identifiers and Expressions > objExpr
  
objExpr
The object expression is used to identify multiple objects with the same name.
Use an object identifier to identify a single object by its ID or name.
Parameters
name(myName1, all)
The expression consists of name followed by (in parentheses; comma separated) the actual name of the object and all. This will identify all objects with this name.
name (myObj1, all)
Identifies all objects with the name myObj1.