Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ContainerNode GetChildren? (Read 1141 times)
ogre
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Aug 11th, 2010
ContainerNode GetChildren?
Aug 26th, 2010 at 12:00pm
Print Post  
Hello,

how I can select from a ContainerNode all children.


So, e.g.,
TableNode[] tn = containerNode. GetChildren ();

Thx
ogre


[FlowChart.NET component, version 5.3.5]
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ContainerNode GetChildren?
Reply #1 - Aug 26th, 2010 at 1:52pm
Print Post  
Hi,

You can access them through container.SubordinateGroup.AttachedNodes -CotainerNode only implements folding and interactive addition of items on top of the base grouping functionality defined in DiagramNode.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint