Display Containment Links

Determines whether containment link should be displayed or not.
Note: The Rhapsody API doesn't allow the "manual” creation and drawing of the containment links, but only lets Rhapsody create all the containment links simultaneously.
Because of that, published Rhapsody diagrams can display more containment links than original MagicDraw diagrams, and the containment links path will be managed by Rhapsody itself.
In addition, it is impossible to create containment links on all elements, like Files.

Setting the Containment Link property

To display the Containment Links in diagrams, set the following option in publisher.properties file:

# Determines whether ContainmentLinks are displayed in Diagrams. Default: true
md2rhp.graphical.containmentLinks=true

To not display the Containment Links in diagrams, set the following option in publisher.properties file:

# Determines whether ContainmentLinks are displayed in Diagrams. Default: true
md2rhp.graphical.containmentLinks=false

If the md2rhp.graphical.containmentLinks property is not set in the publisher.properties file, the property is set to true, by default.