[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <TransferPoints> element.
| C# | Visual Basic | Visual C++ |
public TransferPoints TransferPoints{ get; set;}
Public Property TransferPoints As TransferPoints
public: property TransferPoints^ TransferPoints { TransferPoints^ get (); void set (TransferPoints^ value); }
A TransferPoints
The SIF specification defines the meaning of this null as: "There should be one TransferPoint for each intermediate point on a trip. The "embark" and "disembark" bus stops for a single transfer point must be at the same location. To order multiple TransferPoint elements, use the Time element of the BusStopInfo objects referenced by the attributes."
To remove the TransferPoints, set TransferPoints to null
Version: 2.0
Since: 1.1