Expandtype Clause for the Add Query Command

This clause is used to find all the specified type hierarchy of types. This is the default.

For example, a type of Frame Assembly could have derived types of Handle and Guard. To limit the search to objects with a type of Frame only, use !expandtype:

add query “Frame Assembly”
   businessobject Frame * *
   !expandtype;