|
GPS ToolKit.NET
Route Class
Represents a route.
Syntax
[Visual Basic]
Dim instance As Route
[C#]
Route instance
[C++]
Route* instance
Remarks
Route represents a route consisting of multiple waypoints. Though, generally not useful, it is possible for a route to have 0 or 1 waypoints associated with it.
Instance Hierarchy
SciCom
   SciCom.GPSToolKit
     SciCom.GPSToolKit.Route
Thread Safety
Route is thread safe for use by multiple reader threads, or a single writing thread.
It is not thread safe for multi-thread use, when any of the threads perform write (update) operations.
Properties
| Property
| Description |
Name property |
The name of the route. |
Waypoints property |
The waypoints associated with the route. |
See Also
RouteCollection class | WaypointCollection class |
Waypoint class | GPSToolKit.AddRoute method | GPSToolKit.GetRoutes method
|