Routes all arrows in the diagram.
SyntaxVB6
Copy Code
|
|---|
Public Sub RouteAllArrows () |
C++
Copy Code
|
|---|
public: |
RemarksEach 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