Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: jakson on September 30, 2015, 05:19:45 pm

Title: Z-Order / Bring to Top on DiagramObject by script
Post by: jakson on September 30, 2015, 05:19:45 pm
How to change Z-Order of DiagramObject by script?

Precisely I want do "Bring to Top" on diagram element.
Title: Re: Z-Order / Bring to Top on DiagramObject by scr
Post by: Geert Bellekens on September 30, 2015, 05:26:03 pm

From TFM
Quote
DiagramObject.Sequence


Long

Notes: Read/Write

The sequence position when loading the object into the diagram (this affects its Z order).

The Z-order is one-based and the lowest value is in the foreground.

Geert