GoXam for WPF v3
RemoveNode Method (GraphModel.DataCollection<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModel.DataCollection<NodeType,NodeKey> Class : RemoveNode Method
the data type is the model's NodeType type parameter
Remove a node data from this collection.
Syntax
public void RemoveNode( 
   NodeType nodedata
)

Parameters

nodedata
the data type is the model's NodeType type parameter
Remarks
This is a no-op if the node data was not in the collection.
See Also

Reference

GraphModel.DataCollection<NodeType,NodeKey> Class
GraphModel.DataCollection<NodeType,NodeKey> Members