Book a Demo

Author Topic: Generate diagrams from source code programmatically  (Read 5047 times)

waheedmp3

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Generate diagrams from source code programmatically
« on: January 11, 2016, 06:07:29 pm »
In need to generate diagrams out of source code programmatically (Using Interop.EA in C#),
How can that be done? I couldn't find it in the SDK Guide or anywhere else.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Generate diagrams from source code programmatically
« Reply #1 on: January 11, 2016, 06:52:23 pm »
EA.ProjectInterface.ImportDirectory() and EA.ProjectInterface.ImportFile()
You can find the documentation here: http://sparxsystems.com/enterprise_architect_user_guide/12.1/automation_and_scripting/project_2.html

Geert