[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <RouteDistanceTotal> element.
| C# | Visual Basic | Visual C++ |
public RouteDistance RouteDistanceTotal{ get; set;}
Public Property RouteDistanceTotal As RouteDistance
public: property RouteDistance^ RouteDistanceTotal { RouteDistance^ get (); void set (RouteDistance^ value); }
A RouteDistance
The SIF specification defines the meaning of this null as: "Includes the total distance driven for this route including to and from garage."
This null is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering nulls of this kind.
| Version | Tag |
|---|---|
| 1.1 | <RouteDistance> |
| 2.0 | <RouteDistanceTotal> |
To remove the RouteDistance, set RouteDistanceTotal to null
Version: 2.0
Since: 1.1