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

Parameters

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

Reference

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