Reroute problem


Author
Message
Balasaheb Sherkar
Balasaheb Sherkar
Forum Newbie (6 reputation)Forum Newbie (6 reputation)Forum Newbie (6 reputation)Forum Newbie (6 reputation)Forum Newbie (6 reputation)Forum Newbie (6 reputation)Forum Newbie (6 reputation)Forum Newbie (6 reputation)Forum Newbie (6 reputation)
Group: Forum Members
Posts: 6, Visits: 1
hi,

i have my custom shapes library. using that library shapes i am designing diagrams, but when number of shapes get increases Reroute function not working.

RerouteAutomatically = Never;

i want rerouting manually, that's why above property is set.

sample code

NNodeList nodeList = currentDesignForm.NDrawingView.Selection.Nodes;
foreach (INNode node in nodeList)
{
if (node is NRoutableConnector)
{
(node as NRoutableConnector).Reroute();
currentDesignForm.NDrawingView.SmartRefresh();
}
}
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search