The DEPICT LIKE keyword combination specifies how a symbol is depicted on a diagram. You can use this keyword combination when creating a new symbol, and specifying what it should look like on a diagram. You can specify that it looks like a symbol on another diagram.
You can use the DEPICT LIKE keyword combination with node symbols and line symbols.
Example (Node Symbol)
SYMBOL "Communications Connection" { ASSIGN TO "OV-01 Highlevel Op. Concept" ... DEPICT LIKE "Event Flow" IN "Data Flow Ward & Mellor"
Example (Line Symbol)
SYMBOL "Need Line" { PROPERTY "From Operational Node" { EDIT ONEOF "Operational Node" READONLY INVISIBLE} PROPERTY "To Operational Node" { EDIT ONEOF "Operational Node" READONLY INVISIBLE} DEPICT LIKE "Transition" IN "OMT State" DEFINED BY "Need Line" ASSIGN TO "OV-02 Op. Node Connectivity" }