SIFWorks ADK 2.0
BusInfo Constructor (refId, vehicleNumber)
NamespacesEdustructures.SifWorks.TransBusInfoBusInfoBusInfoNew(String, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public BusInfo(
	string refId,
	string vehicleNumber
)
Public Sub New ( _
	refId As String, _
	vehicleNumber As String _
)
public:
BusInfo (
	String^ refId, 
	String^ vehicleNumber
)
Parameters
refId (String)
GUID that identifies this bus.
vehicleNumber (String)
Vehicle number of the bus.

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