Removes a node from the group.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean detach ( |
The DiagramNode that should be detached.
true if the node is detached, otherwise false.
See Also