Result
Previous  Top  Next

Several functions perform calculations, which as a return value, assigns a result to each link and/or node in the network. These results are stored in an internal array:

Functions, which updates the result array (link):
CulDeSac, FindRoundAbout, Join, IsoCostMulti, IsoGrid, ParallelLinks, SubNet and UnUsedLinks.

Functions, which updates the result array (node):
IsoCostMulti and SubNet.

The results can be accessed by these RW Net functions:
One item at a time: ResultGetLink / ResultGetNode
Saved to file: ResultSaveLink / ResultSaveNode.