IDiagram.Reroute(bool) method
Namespace: NextDesign.Core
Description
Recalculate the routes for all connectors on this diagram. 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
Name | Type | Description |
---|---|---|
avoidOverlap | bool | Avoid overlapping connectors |
Return value
- void