GoXam for WPF v3
Remove Method (NodeLayer)
Northwoods.GoXam Namespace > NodeLayer Class : Remove Method
Remove a Node from this layer.
Syntax
public void Remove( 
   Node 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 node is in, removing the node from the visual tree. If it was not part of this layer, nothing happens.

See Also

Reference

NodeLayer Class
NodeLayer Members