Northwoods.GoWPF 2.2.4 Assembly
IsRelinkValid Method (ITreeModel)

a node key identifying the node data from which the new link would come
a node key identify the node data to which the new link would go
a node key identifying the node data from which the existing link comes
a node key identify the node data to which the existing link goes
This predicate is true if changing an existing link between two nodes/ports would result in a valid graph
Syntax
Function IsRelinkValid( _
   ByVal newfromdata As Object, _
   ByVal newtodata As Object, _
   ByVal oldfromdata As Object, _
   ByVal oldtodata As Object _
) As Boolean
bool IsRelinkValid( 
   object newfromdata,
   object newtodata,
   object oldfromdata,
   object oldtodata
)

Parameters

newfromdata
a node key identifying the node data from which the new link would come
newtodata
a node key identify the node data to which the new link would go
oldfromdata
a node key identifying the node data from which the existing link comes
oldtodata
a node key identify the node data to which the existing link goes
Requirements
See Also

Reference

ITreeModel Interface
ITreeModel Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback