I have an Enterprise Architect diagram with a Note linked (link L2) to a Connector (link L1). Using Automation API :
- myDiagram.diagramLinks actually contains L1, any link to an Element, but definitively not L2 which links to a connector
the same, myNote.Connectors provides its connectors to Elements, but not to L1...
How can I process ? Forced to use an SQLQuery ?
I also wonder, once I'll have find L1, how I can determine weither L1.SupplierId is an Element or a Connector ? Thanks !