Book a Demo

Author Topic: Retrieve Diagrams which contain a specific element  (Read 3194 times)

R_S

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Retrieve Diagrams which contain a specific element
« on: April 25, 2012, 04:32:29 am »
Hi,
is there an API function where I can rectrieve all diagrams which contain an specific element?

Like the function which is provided in GUI.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Retrieve Diagrams which contain a specific ele
« Reply #1 on: April 25, 2012, 06:48:13 am »
No. But you can issue a SQLquery joining t_object.Object_ID, t_diagram.Diagram_ID and the according elements in t_diagramobjects.

You might check out my book (see link below) to get more details about these tables.

q.