Enum TransportType
- Namespace
- DotVgn.Common.Enumerations
- Assembly
- DotVgn.Common.dll
All available transport types within the VGN.
public enum TransportType
Fields
Bus = 0Bus transport.
RBahn = 4Regional train transport.
SBahn = 3S-Bahn (suburban rail) transport.
Tram = 1Tram transport.
UBahn = 2U-Bahn (subway) transport.
Unknown = 5Unknown or unsupported transport type.