Public Member Functions | Public Attributes

FSRunway Struct Reference

Represents a runway identifier for flight sim. More...

List of all members.

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'.

Detailed Description

Represents a runway identifier for flight sim.


Member Function Documentation

override string ToString (  )

A string representing the runway as text. If the runway numnber is 0 then this returns a zero-lenth string.


Member Data Documentation

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.