MindFusion.Java Package Programmer's Guide
ControlNodeBuilder.allowOutgoingLinks Method
See Also
 






Sets a value indicating whether users are allowed to draw links from this node.

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

 Syntax

Java  Copy Code

public ControlNodeBuilder allowOutgoingLinks (
    boolean value
)

 Parameters

value

true if outgoing links can be drawn from this node, otherwise false.

 Return Value

This DiagramNodeBuilder instance.

 See Also

ControlNodeBuilder Members
ControlNodeBuilder Class
com.mindfusion.diagramming.builders Namespace