GoXam for WPF v3
UpdatePoints Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam Namespace
>
Route Class
: UpdatePoints Method
Recalculate route points by calling
RecomputePoints
only if needed.
Syntax
C#
public
void
UpdatePoints()
Remarks
In case the route has become invalid, e.g. because
InvalidateRoute
was called, you need to call this method before you can call
GetPoint
. This method is also called by property getters such as
DefiningGeometry
and
MidPoint
and
MidAngle
.
See Also
Reference
Route Class
Route Members