Removes the specified node from an existing diagram.
Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming
C# Copy Code |
---|
public bool RemoveNode ( |
Visual Basic Copy Code |
---|
Public Function RemoveNode( _ |
true if the node has been removed successfully; otherwise, false.
You can use RemoveNode to implement incremental layout of a diagram, for example, by removing nodes deleted by the user or removed via a context menu command. For this method to work correctly, RecreateGraph must be disabled.