Search
Group.attachToLinkSegment Method
See Also
 

Adds a node to the group.

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

 Syntax

Java  Copy Code

public boolean attachToLinkSegment (
    DiagramNode node,
    int segment
)

 Parameters

node

The DiagramNode to attach.

segment

The link segment to attach to.

 Return Value

true if the node is attached successfully, otherwise false.

 See Also