GoXam for WPF v3
Remove Method (LinkLayer)
Northwoods.GoXam Namespace > LinkLayer Class : Remove Method
Remove a Link from this layer.
Syntax
public void Remove( 
   Link part
)

Parameters

part
Remarks

This is infrequently called. You normally should set the LayerName in order to specify or change the layer that a part will be in.

This does not modify the model. It just changes the layer that the link is in, removing the link from the visual tree. If it was not part of this layer, nothing happens.

See Also

Reference

LinkLayer Class
LinkLayer Members