EBDN - Community - Question & Answers

  Friday, 18 August 2017
  12 Replies
  2.9K Visits
0
Votes
Undo
To Access an instance of EB from an external program it's possible to create a new Instance via

Aucotec.EngineeringBase.Interop.Application eb = new Aucotec.EngineeringBase.Interop.Application();


Now i like to access the active instance (like in VBA) instead of creating a new one.
Can someone help?