GoXam for WPF v3
RemoveLinkForData(Object,Object,IDiagramModel) Method
Northwoods.GoXam Namespace > PartManager Class > RemoveLinkForData Method : RemoveLinkForData(Object,Object,IDiagramModel) Method
the data from which the link relationship comes
the data to which the link relationship goes
the model that the node data are in, not an Northwoods.GoXam.Model.ILinksModel
Remove any Link that exists for a pair of given node data.
Syntax
public void RemoveLinkForData( 
   object fromnodedata,
   object tonodedata,
   IDiagramModel model
)

Parameters

fromnodedata
the data from which the link relationship comes
tonodedata
the data to which the link relationship goes
model
the model that the node data are in, not an Northwoods.GoXam.Model.ILinksModel
Remarks

The implementation of this method should not modify the model.

See Also

Reference

PartManager Class
PartManager Members
Overload List