GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / UpdateRoute Method
In This Topic
    UpdateRoute Method (GoLink)
    In This Topic
    Request the recalculation of the stroke for this link.
    Syntax
    public virtual void UpdateRoute()
    Remarks
    If this is part of a GoDocument, this calls GoDocument.UpdateRoute in order to maybe delay the call to CalculateRoute. If there is no GoDocument, this just calls CalculateRoute immediately.
    See Also