Route.AddPoint(RoutePoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the given point to the end of the route
public void AddPoint (Iot.Device.Nmea0183.RoutePoint pt);
member this.AddPoint : Iot.Device.Nmea0183.RoutePoint -> unit
Public Sub AddPoint (pt As RoutePoint)
Parameters
- pt
- RoutePoint
Point to insert
Exceptions
Duplicate waypoint name, undefined position, etc.