FSUIPC Client DLL
.NET interface for FSUIPC
FsRunwayCollection Class Reference

A strongly-typed list of Runways More...

Inherits List< FsRunway >.

Properties

FsRunway this[string RunwayID] [get]
 Gets a single runway using the ID. e.g. "09" or "27L" More...
 
FsRunway this[FsRunwayID RunwayID] [get]
 Gets a single runway using a runway ID object More...
 

Detailed Description

A strongly-typed list of Runways

Property Documentation

◆ this[FsRunwayID RunwayID]

FsRunway this[FsRunwayID RunwayID]
get

Gets a single runway using a runway ID object

Parameters
RunwayIDA FsRunwayID object describing the runway
Returns

◆ this[string RunwayID]

FsRunway this[string RunwayID]
get

Gets a single runway using the ID. e.g. "09" or "27L"

Parameters
RunwayIDA string containing the ID of the runway
Returns