Search
FlowChart.RouteAllArrows Method
See Also
 



Routes all arrows in the diagram.

 Syntax

VB6  Copy Code

Public Sub RouteAllArrows ()

C++  Copy Code

public:
void RouteAllArrows ()

 Remarks

Each arrow in the diagram is routed so that it goes the shortest possible way between the nodes it links without crossing any other nodes. To do so, this method might modify the number of arrow segments. The value of AutoRoute is not considered while RouteAllArrows executes.

 See Also