Search
Diagram.ResumeLinkRouter Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ResumeLinkRouter (
    bool routeDeferredLinks
)

Visual Basic  Copy Code

Public Sub ResumeLinkRouter( _
    routeDeferredLinks As Boolean _
)

 Parameters

routeDeferredLinks

true if the links should be routed, otherwise false.

 See Also