Skip to main content

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

Namespace: NextDesign.Core

Description

Recalculates the route for the specified connector.
This process may take some time. If the route calculation target includes orthogonal polygonal lines, the calculation process may be sped up by specifying "false" for the argument "avoidOverlap".

argument

NameTypeDescription
avoidOverlapboolAvoid overlapping connectors
connectorsIEnumerable<IConnector>Enumeration of connectors for routing updates

Return value

  • void

Annotation

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