GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / RoutingTime Property
In This Topic
    RoutingTime Property
    In This Topic
    Gets or sets when IGoRoutable objects should have their routes recalculated.
    Syntax
    [Category("Behavior")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("When IGoRoutable objects are routed")]
    public virtual GoRoutingTime RoutingTime {get; set;}

    Property Value

    The default value is GoRoutingTime.Delayed, so that routable objects have their routes recalculated by DoDelayedRouting, such as at the end of the implementations of MoveSelection, CopySelection, EditPaste and (in full Windows Forms) GoView.DoExternalDrop.
    See Also