GoXam for WPF v3
SetLinkFromPort Method (ILinksModel)
Northwoods.GoXam.Model Namespace > ILinksModel Interface : SetLinkFromPort Method
the link data being modified
a node data
Set the "from" node and port information for a link data.
Syntax
void SetLinkFromPort( 
   object linkdata,
   object nodedata,
   object portparam
)

Parameters

linkdata
the link data being modified
nodedata
a node data
portparam
Remarks

Note that this method is universal, because it can only assume the node data is of type System.Object. The corresponding methods in the generic model classes operate on and return a specific node data type.

See Also

Reference

ILinksModel Interface
ILinksModel Members