FSUIPC Client DLL
.NET interface for FSUIPC
FsRunwayID Struct Reference

Represents a runway identifier for flight sim More...

Public Member Functions

override string ToString ()
 A string representing the runway as text. If the runway number is 0 then this returns a zero-length string. More...
 

Properties

byte Number [get, set]
 The number of the runway. 1-36, or one of 37=N, 38=NE, 39=E, 40=SE, 41=S, 42=SW, 43=W, 44=NW More...
 
FSRunwayDesignator Designator [get, set]
 The designator for this runway if there are multiple runways with this number. Otherwise this is set to 'none'. More...
 
FsRunwayID ReciprocalRunwayID [get]
 Returns the Runway ID at the opposite end of this runway More...
 

Detailed Description

Represents a runway identifier for flight sim

Member Function Documentation

◆ ToString()

override string ToString ( )
inline

A string representing the runway as text. If the runway number is 0 then this returns a zero-length string.

Property Documentation

◆ Designator

FSRunwayDesignator Designator
getset

The designator for this runway if there are multiple runways with this number. Otherwise this is set to 'none'.

◆ Number

byte Number
getset

The number of the runway. 1-36, or one of 37=N, 38=NE, 39=E, 40=SE, 41=S, 42=SW, 43=W, 44=NW

◆ ReciprocalRunwayID

FsRunwayID ReciprocalRunwayID
get

Returns the Runway ID at the opposite end of this runway