Skip to main content

IDiagram.Reroute(bool, IEnumerable <IConnector>) method

Namespace: NextDesign.Core

Description

Recalculates the route for the specified connector. This process can be time consuming. If the target of the route calculation includes an orthogonal polygonal line, it may be possible to speed up the calculation process by specifying "false" in the argument "avoidOverlap".

argument

NameTypeDescription
avoidOverlapboolAvoid overlapping connectors
connectorsIEnumerable <IConnector>Enumeration of connectors to be updated by routing

Return value

  • void

Annotation

Note: This is a C# extension-only API.