MindFusion.Diagramming for JavaScript Programmer's Guide

AnchorPoint.setAllowOutgoing Method

See Also
 





Sets a value indicating whether the anchor point accepts outgoing connections.

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

function setAllowOutgoing (value)

 Parameters

value

true if the anchor point accepts outgoing connections, otherwise, false.

 Remarks

If no outgoing anchor points are defined for a node, link start points can be placed anywhere inside that node, unless AllowUnanchoredLinks is disabled.

 See Also