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