GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoLink 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 (GoLink)
In This Topic
Request the recalculation of the stroke for this link.
Syntax
C#
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
Reference
GoLink Class
GoLink Members