Search
DiagramNode.Detach Method ()
See Also
 






Detaches this node from its current master node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Detach ()

Visual Basic  Copy Code

Public Sub Detach ()

 Remarks

This method does nothing if the node hasn't been previously attached to another node via the Attach or AttachTo methods.

 See Also