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

Parameters

part
Remarks

This is infrequently called. You normally should set the part's 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, thereby making the link eligible to be seen by the user. If it had been part of another layer, it is removed from that other layer first.

See Also

Reference

LinkLayer Class
LinkLayer Members