Search
Diagram.suspendLinkRouter Method
See Also
 

Called when the control starts a batch update operation that might affect many links. The diagram collects links specified through route and routeAllLinks calls and defers finding their paths to when resumeLinkRouter is called.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void suspendLinkRouter ()

 See Also