|
string | ICAO [get, set] |
| The ICAO Code of the airport this belongs to.
|
|
string | Name [get, set] |
| The name of the taxiway (e.g. A1)
|
|
FsAirport | Airport [get, set] |
| The FsAriport object that this taxiway belongs to.
|
|
FsLatLonPoint | StartPoint [get, set] |
| The start point of this taxiway (on the centre line)
|
|
FsLatLonPoint | EndPoint [get, set] |
| The end point of this taxiway (on the centre line)
|
|
double | MinimumWidthMetres [get, set] |
| The min width of the taxiway (width of narrowest segment)
|
|
double | MinimumWidthFeet [get] |
| The min width of the taxiway (width of narrowest segment)
|
|
double | MaximumWidthMetres [get, set] |
| The max width of the taxiway (width of widest segment)
|
|
double | MaximumWidthFeet [get] |
| The max width of the taxiway (width of widest segment)
|
|
bool | IsPlayerOnTaxiway [get, set] |
| Returns true if the player is within the bounds of this taxiway.
|
|
List< FsTaxiwaySegment > | Segments [get, set] |
| Returns the individual segments that make up this taxiway.
|
|
FsTaxiwayIntersectionCollection< FsTaxiway > | TaxiwayIntersections [get, set] |
| Returns a list of all other taxiways at this airport that intersect with this taxiway.
|
|
FsTaxiwayIntersectionCollection< FsRunway > | RunwayIntersections [get, set] |
| Returns a list of all runways at this airport that intersect with this taxiway.
|
|
FsTaxiwayIntersectionCollection< FsHelipad > | HelipadIntersections [get, set] |
| Returns a list of all helipads at this airport that intersect with this taxiway.
|
|
FsTaxiwayIntersectionCollection< FsGate > | GateIntersections [get, set] |
| Returns a list of all parking gates at this airport that intersect with this taxiway.
|
|
A class holding information about a Taxiway.