Members of this enumeration can be assigned to the TriggerRerouting property of the RoutingOptions class to specify when arrows should be rerouted.
SyntaxVB6
Copy Code
|
|---|
Public Enum ERerouteArrow |
C++
Copy Code
|
|---|
enum ERerouteArrow |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
raNever |
0 | Do not reroute links automatically. |
![]() |
raWhenModified |
1 | Reroute a link if its end points are moved around. |
![]() |
raWhenIntersectNode |
2 | Reroute a link if it intersects a node. |
![]() |
raWhileCreating |
4 | Route new arrows while users draw them. This flag can be combined with any of the previous two flags. |
![]() |
raWhileModifying |
8 | Route arrows while the user is modifying their incident nodes. |
See Also