Author Topic: script detecting connectors ?  (Read 10720 times)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: script detecting connectors ?
« Reply #15 on: March 27, 2010, 03:09:10 am »
try
Code: [Select]
Repository.SQLQuery("select * from t_connector")to start with.

Geert

utilisateurEA

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Re: script detecting connectors ?
« Reply #16 on: March 27, 2010, 03:19:00 am »
Thank you very much for your help !

utilisateurEA

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Re: script detecting connectors ?
« Reply #17 on: March 29, 2010, 08:50:22 pm »
Do you think that if I can't find a property with SQLQuery (I searched in many types like t_objects t-elements t-attributes) it means I can't obtain this property by script ?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: script detecting connectors ?
« Reply #18 on: March 29, 2010, 08:53:34 pm »
EA has to store it somewhere, so you can definitely find it with an sql query.

I think the location of this "connect to element" feature in the database was discussed here a couple of weeks (months?) ago.

Use the top left "search" button to find it.

Geert