[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <RouteDistanceLoaded> element.
| C# | Visual Basic | Visual C++ |
public RouteDistance RouteDistanceLoaded{ get; set;}
Public Property RouteDistanceLoaded As RouteDistance
public: property RouteDistance^ RouteDistanceLoaded { RouteDistance^ get (); void set (RouteDistance^ value); }
A RouteDistance
The SIF specification defines the meaning of this null as: "Refers to the distance the bus drives when at least one student is riding the bus."
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 | <RouteDistanceLoaded> |
To remove the RouteDistance, set RouteDistanceLoaded to null
Version: 2.0
Since: 1.1