GoXam for WPF v3
InsertPoint Method
Northwoods.GoXam Namespace > Route Class : InsertPoint Method
the zero-based index of the new point; if less than zero this does nothing; if greater than the number of points it adds the point at the end
the new point, which should not have infinite coordinate values
Insert a point at a particular position in the route.
Syntax
public void InsertPoint( 
   int i,
   Point p
)

Parameters

i
the zero-based index of the new point; if less than zero this does nothing; if greater than the number of points it adds the point at the end
p
the new point, which should not have infinite coordinate values
See Also

Reference

Route Class
Route Members