|
string | ICAO [get, set] |
| The ICAO Code of the airport this belongs to.
|
|
FsAirport | Airport [get, set] |
| The FsAirport object that this gate belongs to.
|
|
FsLatLonPoint | Location [get, set] |
| The longitude and latitude of the helipad.
|
|
double | AltitudeFeet [get, set] |
| The altitude of the helipad in Feet.
|
|
double | AltitudeMetres [get] |
| The altitude of the helipad in Metres.
|
|
double | HeadingMagnetic [get] |
| The heading of the helipad in degrees MAGNETIC.
|
|
double | HeadingTrue [get, set] |
| The heading of the helipad in degrees True.
|
|
double | LengthFeet [get, set] |
| The length of the helipad in Feet.
|
|
double | LengthMetres [get] |
| The length of the helipad in Metres.
|
|
double | WidthFeet [get, set] |
| The width of the helipad in Feet.
|
|
double | WidthMetres [get] |
| The width of the helipad in Metres.
|
|
FsSurface | Surface [get, set] |
| The surface type of this helipad.
|
|
FsLatLonQuadrilateral | Bounds [get] |
| An FsLatLonQuadrilateral representing the lat/lon of the four corners of the helipad.
|
|
double | DistanceNauticalMiles [get] |
| The distance to this helipad in Nautical Miles.
|
|
double | DistanceFeet [get] |
| The distance to this helipad in Feet.
|
|
double | DistanceMetres [get, set] |
| The distance to this helipad in Metres.
|
|
double | BearingToTrue [get, set] |
| The bearing in degrees TRUE to this helipad.
|
|
double | BearingToMagnetic [get, set] |
| The bearing in degrees MAGNETIC to this helipad.
|
|
bool | IsPlayerOnHelipad [get, set] |
| True if the player's aircraft is currently on the helipad. (Must be on the ground).
|
|
FsHelipadType | Type [get, set] |
| The type of marking for the helipad. e.g. Circle, H, Medical etc.
|
|
bool | Closed [get, set] |
| True if the helipad is closed to traffic.
|
|
FsTaxiwayIntersectionCollection< FsTaxiway > | TaxiwayIntersections [get, set] |
| Returns a list of taxiways at this airport that intersect with this helipad.
|
|
A class holding all the information about a helipad.