Represents a runway identifier for flight sim. More...
Public Member Functions | |
override string | ToString () |
A string representing the runway as text. If the runway numnber is 0 then this returns a zero-lenth string. | |
Public Attributes | |
byte | Number |
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 |
The designator for this runway if there are multiple runways with this number. Otherwise this is set to 'none'. |
Represents a runway identifier for flight sim.
override string ToString | ( | ) |
A string representing the runway as text. If the runway numnber is 0 then this returns a zero-lenth string.
The designator for this runway if there are multiple runways with this number. Otherwise this is set to 'none'.
byte Number |
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.