GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoBalloon Class
/ UpdateRoute Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
UpdateRoute Method (GoBalloon)
In This Topic
Request the reshaping of the balloon's polygon background.
Syntax
C#
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
Reference
GoBalloon Class
GoBalloon Members