GoXam for WPF v3
RemovePoint 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
: RemovePoint Method
the zero-based index of the point to extract; if beyond range this does nothing
Remove a particular point from the route.
Syntax
C#
public
void
RemovePoint(
int
i
)
Parameters
i
the zero-based index of the point to extract; if beyond range this does nothing
See Also
Reference
Route Class
Route Members