FSUIPC Client DLL
.NET interface for FSUIPC
|
A class holding information about a Taxiway Segment. More...
Public Member Functions | |
override string | ToString () |
Returns a string representing the type of this segment. | |
Properties | |
FsTaxiwaySegmentType | Type [get, set] |
The type of segment. | |
FsLatLonPoint | StartPoint [get, set] |
The start point of this segment (on the centre line) | |
double | StartWidthMetres [get, set] |
The width in metres of this segment at the start point. | |
double | StartWidthFeet [get] |
The width in feet of this segment at the start point. | |
FsLatLonPoint | EndPoint [get, set] |
The end point of this segment (on the centre line) | |
double | EndWidthMetres [get, set] |
The width in metres of this segment at the end point. | |
double | EndWidthFeet [get] |
The width in feet of this segment at the end point. | |
FsLatLonQuadrilateral | Bounds [get] |
The bounding rectangle of this segment. | |
bool | IsPlayerOnSegment [get, set] |
Returns true if the player is within the bounds of this taxiway segment. | |
FsTaxiwaySegment | Next [get, set] |
The next segment on this taxiway. Returns null (Nothing in VB.NET) if this is the last segment. | |
FsTaxiwaySegment | Previous [get, set] |
The previous segment on this taxiway. Returns null (Nothing in VB.NET) if this is the first segment. | |
A class holding information about a Taxiway Segment.
|
inline |
Returns a string representing the type of this segment.