GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBalloon Class / UpdateRoute Method
In This Topic
    UpdateRoute Method (GoBalloon)
    In This Topic
    Request the reshaping of the balloon's polygon background.
    Syntax
    public virtual void UpdateRoute()
    Remarks
    If this is part of a GoDocument, this calls GoDocument.GoDocument.UpdateRoute in order to maybe delay the call to CalculateRoute (depending on the value of RoutingTime). If there is no GoDocument, this just calls CalculateRoute immediately.
    See Also