Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic PathFinder.FindAllCycles(index as integer) (Read 2779 times)
TimWard
YaBB Newbies
*
Offline



Posts: 17
Location: UK
Joined: Mar 27th, 2009
PathFinder.FindAllCycles(index as integer)
Apr 3rd, 2009 at 10:18am
Print Post  
FYI: Just noticed PathFinder.FindAllCycles() has an overload PathFinder.FindAllCycles(index as integer) that isnt documented in the hep file

http://www.mindfusion.eu/onlinehelp/flowchartnet/M_MindFusion_Diagramming_PathFi...

Version 5.2.1

Tim
  

Senior Developer | C3 Ltd | www.c3.co.uk
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: PathFinder.FindAllCycles(index as integer)
Reply #1 - Apr 3rd, 2009 at 1:36pm
Print Post  
I can't see such method, did you meant some other class?

Stoyan
  
Back to top
 
IP Logged
 
TimWard
YaBB Newbies
*
Offline



Posts: 17
Location: UK
Joined: Mar 27th, 2009
Re: PathFinder.FindAllCycles(index as integer)
Reply #2 - Apr 3rd, 2009 at 1:53pm
Print Post  
I see it in the VS2008 (VB.Net) intellisence



I believe it does the same as FindAllCycles() but returns the nth element.

As you have to know that element exists so have to know that there are loops it doesn't appear to be useful.
  

Senior Developer | C3 Ltd | www.c3.co.uk
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: PathFinder.FindAllCycles(index as integer)
Reply #3 - Apr 3rd, 2009 at 2:32pm
Print Post  
I think that's shown for the indexer of the PathCollection returned by the method, and not as an argument of the method itself.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint