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

This removes all of the old Links and then calls DoRebuildLinkElements.

This does not delete existing Nodes. This method is also called by RebuildNodeElements.

This tries to maintain the collection of SelectedParts after the links 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