Table of Contents

Class RegionVolume

Namespace
Arinc424.Airspace
Assembly
Arinc424.dll

FIR/UIR primary record sequence.

public class RegionVolume : Record424<RegionPoint>, IIdentity, INamed
Inheritance
RegionVolume
Implements
Inherited Members

Remarks

See section 4.1.17.1.

Properties

Address

FIR/UIR Address (ADDRESS) field.

public string Address { get; set; }

Property Value

string

Remarks

See section 5.151.

AltitudeReportUnit

FIR/UIR ATC Reporting Units Altitude (RUA) character.

public AltitudeReportUnit AltitudeReportUnit { get; set; }

Property Value

AltitudeReportUnit

Remarks

See section 5.123.

CruiseTable

public CruiseTable? CruiseTable { get; set; }

Property Value

CruiseTable

Identifier

FIR/UIR Identifier (FIR/UIR IDENT) field.

public string Identifier { get; set; }

Property Value

string

Remarks

See section 5.116.

IsEntryReport

FIR/UIR Entry Report (ENTRY) character.

public Bool IsEntryReport { get; set; }

Property Value

Bool

Remarks

See section 5.124.

Name

FIR/UIR Name field.

public string? Name { get; set; }

Property Value

string

Remarks

See section 5.125.

SpeedReportUnit

FIR/UIR ATC Reporting Units Speed (RUS) character.

public SpeedReportUnit SpeedReportUnit { get; set; }

Property Value

SpeedReportUnit

Remarks

See section 5.122.

Type

FIR/UIR Indicator (IND) character.

public RegionType Type { get; set; }

Property Value

RegionType

Remarks

See section 5.117.

Up

Lower/Upper Limit field.

public Altitude Up { get; set; }

Property Value

Altitude

Remarks

See section 5.121.

UpperRegionLow

Lower/Upper Limit field.

public Altitude? UpperRegionLow { get; set; }

Property Value

Altitude?

Remarks

See section 5.121.

UpperRegionUp

Lower/Upper Limit field.

public Altitude? UpperRegionUp { get; set; }

Property Value

Altitude?

Remarks

See section 5.121.