GoXam for WPF v3
Add Method (NodeLayer)
Northwoods.GoXam Namespace > NodeLayer Class : Add Method
Add a Node to this layer.
Syntax
public void Add( 
   Node 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 node is in, thereby making the node 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

NodeLayer Class
NodeLayer Members