GoXam for WPF v3
FindLinkForData(Object,IDiagramModel) Method
Northwoods.GoXam Namespace > PartManager Class > FindLinkForData Method : FindLinkForData(Object,IDiagramModel) Method
the data in the model that holds link relationship information
the model that the linkdata is in, an Northwoods.GoXam.Model.ILinksModel
Given some linkdata in a model, find the corresponding Link in this diagram.
Syntax
public Link FindLinkForData( 
   object linkdata,
   IDiagramModel model
)

Parameters

linkdata
the data in the model that holds link relationship information
model
the model that the linkdata is in, an Northwoods.GoXam.Model.ILinksModel

Return Value

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

The implementation of this method should not modify the model.

See Also

Reference

PartManager Class
PartManager Members
Overload List