I am trying to reroute the connectors over nodes. I have a few shapes and need to connect
some of shapes, but don't want to cross the shape. I thought rerouting connector would do
the trick, but lines still go over the shapes in middle. see my sample code. I must have missed
something.
thanks
NRoutableConnector
m_Document.ActiveLayer.AddChild(curve);
curve.FromShape = relatesPO;
curve.ToShape = relatedPO;
You can call the Reroute method of a routable connector to reroute it at any time. Another solution is to set the RerouteAutomatically property to Always.
Best Regards,Nevron Support Team