GoXam for WPF v3
SetPoint Method
Northwoods.GoXam Namespace > Route Class : SetPoint Method
the zero-based index of the point; if beyond range this does nothing
the new point, which should not have infinite coordinate values
Modify a particular point of the route.
Syntax
public void SetPoint( 
   int i,
   Point p
)

Parameters

i
the zero-based index of the point; if beyond range this does nothing
p
the new point, which should not have infinite coordinate values
See Also

Reference

Route Class
Route Members