Reputation: 139
How to set the property Z-order for the diagram object in enterprise architect through addin.Because when the diagram objects is added to diagram we have one parent diagram object A and we want one more diagram object B to be placed on diagram object A.But diagram object B is going behind A and not placing on top of Diagram object A.So using Z-order in addin it was achieved.So how can this property can be set in Addin while adding diagram object to diagram
Upvotes: 1
Views: 363
Reputation: 36313
Use diagramObject.sequence
to set the z-order. See documentation.
Upvotes: 2