Book a Demo

Author Topic: Z-order of an element?  (Read 5415 times)

Thiyagaraj A

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Z-order of an element?
« on: February 05, 2008, 02:08:38 am »
I am creating an AddIn through C# in .NET. How to set the z-order of an element in the diagram through AddIn methods?
Regards,
Thiyagaraj A.

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Z-order of an element?
« Reply #1 on: February 05, 2008, 02:38:13 pm »
Z-Order is controlled by the DiagramObject.Sequence property.
You might be able to get some tips from the following forum thread...
http://www.sparxsystems.com/cgi-bin/yabb/YaBB.pl?board=Automation;action=display;num=1184893112

Thiyagaraj A

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: Z-order of an element?
« Reply #2 on: February 05, 2008, 08:35:07 pm »
Thanks Aaron
Regards,
Thiyagaraj A.