Launch EA Programmatically

前端 未结 3 1214
有刺的猬
有刺的猬 2021-01-16 21:22

I would like to open an EA session via Windows service and do some action behind the scenes.
I use the Repository API, however, don\'t know how to initialize it correctl

3条回答
  •  北海茫月
    2021-01-16 21:35

    Add a reference to Interop.EA.dll and use

    EA.Repository repository = new EA.RepositoryClass();
    

提交回复
热议问题