Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: zalbina on November 02, 2012, 01:47:15 am

Title: API: Create eap file
Post by: zalbina on November 02, 2012, 01:47:15 am
Hello,

Is it possible to create eap file using API?

Thanks.
Title: Re: API: Create eap file
Post by: g.makulik 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
Title: Re: API: Create eap file
Post by: zalbina on November 05, 2012, 02:21:30 am
Thanks a lot.