Hello all,
I have use this Function For Delete Symbol with Item but it is not work plz suggest me what is wrong from my said
Public Function DeleteSymbolFromName(oSheet As Sheet, CloseAfterDrop As Boolean, oStencil As ObjectItem, sSymbolname A...
Hello,
I'm new to EB so here is a question for the more experienced guys.
I need to add a shape to my Visio sheet programmatically, in order to do this I need to search inside my Stencils folder (I need to search by shape name) and if I find th...
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 ac...