GoXam for WPF v3
UpdatePoints Method
Northwoods.GoXam Namespace > Route Class : UpdatePoints Method
Recalculate route points by calling RecomputePoints only if needed.
Syntax
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