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
Name | Type | Description |
---|---|---|
avoidOverlap | bool | Avoid overlapping connectors |
connectors | IEnumerable <IConnector> | Enumeration of connectors to be updated by routing |
Return value
- void
Annotation
Note: This is a C# extension-only API.