GoXam for WPF v3
RebuildNodeElements Method
Northwoods.GoXam Namespace > PartManager Class : RebuildNodeElements Method
Discard all existing Nodes and Links and then make new ones for all of model data and add them to the Diagram.
Syntax
public void RebuildNodeElements()
Remarks

This deletes all existing Parts from the diagram and then calls DoRebuildNodeElements and RebuildLinkElements.

This tries to maintain the collection of SelectedParts after the parts have all been reconstructed.

The implementation of this method and the methods that it calls should not modify the model.

See Also

Reference

PartManager Class
PartManager Members