ASP.NET Pack Programmer's Guide
DiagramNode.createConnectionPoint Method
See Also
 





Creates a connection point between this node and the specified link at the specified point.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function createConnectionPoint (link, point, incoming)

 Parameters

link
A DiagramLink that should be connected to this node.
point
The Point at which the link should be connected.
incoming

true if link is an incoming link, otherwise, false.

 Return Value

Type: ConnectionPoint

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace