Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Get Parent Node (Read 1341 times)
Aaron
Guest


Get Parent Node
Apr 21st, 2006 at 8:51pm
Print Post  
How do you get the parent node of a child and vice versa?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Get Parent Node
Reply #1 - Apr 24th, 2006 at 7:55am
Print Post  
E.g.

aChild.IncomingArrows[0].Source // is the parent

and

aNode.OutgoingArrows[i].Destination // is a child

presuming the parent-to-child direction is the one of outgoing arrows.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint