GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoRoutingTime Enumeration
In This Topic
    GoRoutingTime Enumeration
    In This Topic
    Specify when to calculate the routing of IGoRoutable objects.
    Syntax
    public enum GoRoutingTime : System.Enum 
    Members
    MemberDescription
    AfterLinksDraggedDelay 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.
    AfterNodesAndLinksDraggedDelay calls, as in the Delayed case, but also route IGoRoutable objects after a move, copy, drop, or paste to avoid intersections.
    AfterNodesDraggedDelay 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.
    DelayedDelay calls to IGoRoutable.CalculateRoute if GoDocument.GoDocument.SuspendsRouting is true.
    Immediate Never delay routing.
    Remarks
    This provides values for the GoDocument property GoDocument.RoutingTime.
    See Also