MindFusion.Diagramming for JavaScript Programmer's Guide

AnchorPoint.getAllowOutgoing Method

See Also
 





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

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

function getAllowOutgoing ()

 Return Value

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

 Remarks

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

 See Also