Edit

Share via


Route.AddPoint(RoutePoint) Method

Definition

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.

Applies to