FSUIPC Client DLL
.NET interface for FSUIPC
|
A strongly-typed list of Runways. More...
Properties | |
FsRunway | this[string RunwayID] [get] |
Gets a single runway using the ID. e.g. "09" or "27L". | |
FsRunway | this[FsRunwayID RunwayID] [get] |
Gets a single runway using a runway ID object. | |
A strongly-typed list of Runways.
|
get |
Gets a single runway using a runway ID object.
RunwayID | A FsRunwayID object describing the runway |
|
get |
Gets a single runway using the ID. e.g. "09" or "27L".
RunwayID | A string containing the ID of the runway |