Hi, I have my custom library, created using nevron design tool.
I want to add (insert) node programmatically into active layer of drawing document.
Hi,
You can use the CreateInstance method of the master (from the library) you want to insert in the drawing document. For example:
master.CreateInstance(document, new NPointF(100, 100));
Best Regards,Nevron Support Team