GoXam for WPF v3
GetPoint Method
Northwoods.GoXam Namespace > Route Class : GetPoint Method
the zero-based index of the desired point
Gets a particular point of the route.
Syntax
public Point GetPoint( 
   int i
)

Parameters

i
the zero-based index of the desired point

Return Value

if the index is negative or beyond the list of Points, this method will return Point(Double.NaN, Double.NaN)
See Also

Reference

Route Class
Route Members