Group: Forum Members
Last Active: 14 Years Ago
Posts: 8,
Visits: 1
|
I would like to connect to NErmShapes with a NErmConnector programatically ? How to specify which table fields to connect to? I tried NErmConnector line12 = new NErmConnector(); line12.StyleSheetName = NDR.NameConnectorsStyleSheet; line12.Text = "JPG"; nDrawingDocument1.ActiveLayer.AddChild(line12); line12.FromShape = nErmShape1; line12.ToShape = nErmShape2;
But the line does not appears?
Thanks
|