GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / UpdateRoute Method
In This Topic
    UpdateRoute Method (GoDocument)
    In This Topic
    If SuspendsRouting is true add the given IGoRoutable GoObject to the DelayedRoutings collection; otherwise just call IGoRoutable.CalculateRoute immediately.
    Syntax
    public virtual void UpdateRoute( 
       IGoRoutable obj
    )

    Parameters

    obj
    See Also