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