Removes the specified node from an existing diagram.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool RemoveNode ( |
Visual Basic
Copy Code
|
|---|
Public Function RemoveNode( _ |
true if the node has been removed successfully; otherwise, false.
RemarksYou 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.
See Also