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
curve = new NRoutableConnector(RoutableConnectorType.DynamicPolyline);m_Document.ActiveLayer.AddChild(curve);
curve.FromShape = relatesPO;
curve.ToShape = relatedPO;