archimate_add_to_view
Places an element into a view and auto-draws connections for its relationships to other elements already on the canvas.
Instructions
Add an element to a diagram view. Connections for relationships between this element and any element already in the view are drawn automatically - you do not need to call archimate_add_connection_to_view for them. The response lists every connection that was auto-drawn in autoConnectedRelationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | ID of the view | |
| element_id | Yes | ID of the element to add | |
| x | No | X position (default: auto) | |
| y | No | Y position (default: auto) | |
| width | No | Width (default: 120) | |
| height | No | Height (default: 55) | |
| auto_connect | No | Auto-draw diagram connections for relationships between this element and on-canvas peers (default: true). Set to false only if you want to place the element without any connections and add them manually. |