Author Topic: API: Create eap file  (Read 3840 times)

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
API: Create eap file
« on: November 02, 2012, 01:47:15 am »
Hello,

Is it possible to create eap file using API?

Thanks.

g.makulik

  • EA User
  • **
  • Posts: 355
  • Karma: +0/-0
    • View Profile
Re: API: Create eap file
« Reply #1 on: November 02, 2012, 06:43:12 am »
Yes, you can use the EA.Repository.CreateModel (CreateModelType CreateType, string FilePath, long ParentWnd) method (see http://www.sparxsystems.com/enterprise_architect_user_guide/9.3/automation/repository3.html)

HTH
Günther
Using EA9.3, UML2.3, C++, linux, my brain, http://makulik.github.com/sttcl/

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Re: API: Create eap file
« Reply #2 on: November 05, 2012, 02:21:30 am »
Thanks a lot.