SIFWorks ADK 2.0
SeatingCapacity Property
NamespacesEdustructures.SifWorks.TransBusInfoSeatingCapacity

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

Gets or sets the value of the <SeatingCapacity> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<int> SeatingCapacity{ get; set;}
Public Property SeatingCapacity As Nullable(Of Integer)
public:
property Nullable<int> SeatingCapacity {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
Value
The SeatingCapacity element of this object.
Remarks

The SIF specification defines the meaning of this element as: "The number of people who can ride on the bus at the same time."

Version: 2.0

Since: 1.1

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