GoXam for WPF v3
AddToNodeKey Method (GraphModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : AddToNodeKey Method
the node data to be modified
the key value of the "to" node data
Add a "to" node data's key value to a node data's list of nodes to which links go.
Syntax
public void AddToNodeKey( 
   NodeType nodedata,
   NodeKey tokey
)

Parameters

nodedata
the node data to be modified
tokey
the key value of the "to" node data
Remarks
This calls InsertToNodeKey This is an error if Modifiable is false.
See Also

Reference

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