GoRoutingTime Enumeration
In This Topic
Specify when to calculate the routing of
IGoRoutable objects.
Syntax
Members
Member | Description |
AfterLinksDragged | Delay calls, as in the Delayed case, but also route IGoRoutable objects that were moved that also intersect with avoidable objects, after a move, copy, drop, or paste. |
AfterNodesAndLinksDragged | Delay calls, as in the Delayed case, but also route IGoRoutable objects after a move, copy, drop, or paste to avoid intersections. |
AfterNodesDragged | Delay calls, as in the Delayed case, but also route IGoRoutable objects that intersect with avoidable objects that were moved, after a move, copy, drop, or paste. |
Delayed | Delay calls to IGoRoutable.CalculateRoute if GoDocument.GoDocument.SuspendsRouting is true. |
Immediate |
Never delay routing.
|
See Also