Group: Forum Members
Last Active: 9 Years Ago
Posts: 1,
Visits: 1
|
HI
Now i using Nevron Diagram for .NET
I wanna get Nodes values in the ActiveLayer in this Code
NDrawingView.Values.ActivLayer.[ Nodes ]
when i Debugging at the in code i saw Nodes Value on the Mouse Over this node Value is On the Diagram Node's Name
but i can't Reffercence this value
so.. how can i solve this problem..?
plz...give me your knowledge
|
Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hi, To get all nodes in the active layer of a drawing document, you should use its Children method: NNodeList nodes = document.ActiveLayer.Children(null);
Best Regards, Nevron Support Team
|