Search
Group.attachToLinkPoint Method
See Also
 

Adds a node to the group.

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

 Syntax

Java  Copy Code

public boolean attachToLinkPoint (
    DiagramNode node,
    int point
)

 Parameters

node

The DiagramNode to attach.

point

Index of the link control point to attach to.

 Return Value

true if the node is attached successfully,otherwise false.

 See Also