Customizing the metamodel : Keywords for USRPROPS : DIAGRAM
  
DIAGRAM
The DIAGRAM command is used in two different ways.
Specifying diagram properties
The DIAGRAM command is used as the first word in a block in which the properties of a diagram, as opposed to a DEFINITION or a SYMBOL, are listed.
Example
DIAGRAM "Booch Class"
{ PROPERTY "DGX File Name"
{ EDIT Text LENGTH 255 }
PROPERTY "Notes"
{ EDIT Text LENGTH 4000 }
}
See also
DEFINITION
SYMBOL
Used with DEPICTIONS command
References the graphic used to represent a symbol on the diagram workspace, as compared to on the Draw toolbar or menu.
Example
SYMBOL "Satellite"{ASSIGN To "Wireless Network"
DEPICTIONS { DIAGRAM "C:\Program Files\UNICOM Systems\pictures\satellite.bmp" }
DEPICTIONS { MENU "C:\Program Files\UNICOM Systems\pictures\satellitetoolbar.bmp" }}