SIFWorks ADK 2.0
TransferPoints Property
NamespacesEdustructures.SifWorks.TransStudentTransportInfoTransferPoints

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <TransferPoints> element.
Declaration Syntax
C#Visual BasicVisual C++
public TransferPoints TransferPoints{ get; set;}
Public Property TransferPoints As TransferPoints
public:
property TransferPoints^ TransferPoints {
	TransferPoints^ get ();
	void set (TransferPoints^ value);
}
Value
A TransferPoints
Remarks

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

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10