ASP.NET Pack Programmer's Guide
DiagramNode.attachTo Method (DiagramNode, Int32)
See Also
 






Attaches a node to a corner or side of another node.

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

 Syntax

Java  Copy Code

public void attachTo (
    DiagramNode node,
    int attType
)

 Parameters

node

A DiagramNode to which to attach this node.

attType

One of the AttachToNode constants.

 See Also

attachTo Method Overload List
DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace