GoXam for WPF v3
FindCommonDataModel Method
Northwoods.GoXam Namespace > PartManager Class : FindCommonDataModel Method
Find the model for the two data objects representing nodes.
Syntax
public virtual IDiagramModel FindCommonDataModel( 
   object fromnodedata,
   object tonodedata
)

Parameters

fromnodedata
tonodedata

Return Value

normally the Model, but may return the PartsModel if the both fromnodedata and tonodedata are Nodes, otherwise null.
See Also

Reference

PartManager Class
PartManager Members