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






Attaches a node to a segment or point of the specified link.

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

 Syntax

Java  Copy Code

public void attachTo (
    DiagramLink link,
    int attType,
    int index
)

 Parameters

link

An DiagramLink to which to attach this node.

attType

One of the AttachToLink constants.

index

Index of a point or segment to which to attach the node.

 See Also

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