I added number of nodes by
Document.ActiveLayer.AddChild (shape)
I need to find a certain node. How can I search a node in document?
Hi,
if you have assigned a name to your shape you can use the GetChildByName method of the document's active layer.
Best Regards,Nevron Support Team