GoXam for WPF v3
FindNodeForData Method
Northwoods.GoXam Namespace > PartManager Class : FindNodeForData Method
the data in the model that holds node information
the model that the nodedata is in
Given some nodedata in a model, find the corresponding Node in this diagram.
Syntax
public Node FindNodeForData( 
   object nodedata,
   IDiagramModel model
)

Parameters

nodedata
the data in the model that holds node information
model
the model that the nodedata is in

Return Value

a Node, or null if such a node has not been created for that data
See Also

Reference

PartManager Class
PartManager Members