Adds a node to the group.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean attachToLinkSegment ( |
The DiagramNode to attach.
The link segment to attach to.
true if the node is attached successfully, otherwise false.
See Also