Detaches the specified subordinate node from this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Detach ( |
Visual Basic
Copy Code
|
|---|
Public Sub Detach( _ |
The node that should be detached.
RemarksThis method does nothing if the specified node hasn't been previously attached to this node via the Attach or AttachTo methods.
See Also