FSUIPC Client DLL
.NET interface for FSUIPC
|
Represents a runway identifier for flight sim. More...
Public Member Functions | |
override string | ToString () |
A string representing the runway as text. If the runway number is 0 then this returns a zero-length string. | |
Properties | |
byte | Number [get, set] |
The number of the runway. 1-36, or one of 37=N, 38=NE, 39=E, 40=SE, 41=S, 42=SW, 43=W, 44=NW. | |
FSRunwayDesignator | Designator [get, set] |
The designator for this runway if there are multiple runways with this number. Otherwise this is set to 'none'. | |
FsRunwayID | ReciprocalRunwayID [get] |
Returns the Runway ID at the opposite end of this runway. | |
Represents a runway identifier for flight sim.