GoXam for WPF v3
FindLinkForData(Object,Object,IDiagramModel) Method
Northwoods.GoXam Namespace > PartManager Class > FindLinkForData Method : FindLinkForData(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
Given a pair of node data for which there is a link relationship, find the corresponding Link in this diagram.
Syntax

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

Return Value

a Link, or null if such a link has not been created for that pair of node data
Remarks

The implementation of this method should not modify the model.

See Also

Reference

PartManager Class
PartManager Members
Overload List