GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / DelayedRoutings Property
In This Topic
    DelayedRoutings Property
    In This Topic
    A collection of GoObjects that implement the IGoRoutable interface and whose IGoRoutable.CalculateRoute needs to be called.
    Syntax
    public GoCopyDelayedsCollection DelayedRoutings {get;}
    Remarks
    Modifications of this collection do not produce any Changed events, nor are they recorded by the GoUndoManager. Normally the only modifications to this collection are implemented by the GoDocument class; in particular by the UpdateRoute and DoDelayedRouting methods.
    See Also