Search
Diagram.resumeLinkRouter Method
See Also
 

Called when the control ends a batch update operation that might affect many links.

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

 Syntax

Java  Copy Code

public void resumeLinkRouter (
    boolean routeDeferredLinks
)

 Parameters

routeDeferredLinks

true if the links should be routed, otherwise false.

 See Also