Group: Forum Members
Last Active: 14 Years Ago
Posts: 6,
Visits: 1
|
Hi, I have my custom library, created using nevron design tool. I want to add (insert) node programmatically into active layer of drawing document.
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
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
|