Table of Contents

Class Volume

Namespace
Arinc424.Airspace
Assembly
Arinc424.dll

Space volume with low and up limits.

public abstract class Volume : Record424<BoundaryPoint>, IIcao, INamed
Inheritance
Volume
Implements
Derived
Inherited Members

Properties

IcaoCode

ICAO Code (ICAO CODE) field.

public string IcaoCode { get; set; }

Property Value

string

Remarks

See section 5.14.

LevelType

Level (LEVEL) character.

public LevelType LevelType { get; set; }

Property Value

LevelType

Remarks

See section 5.19.

Low

Lower/Upper Limit field.

public Altitude Low { get; set; }

Property Value

Altitude

Remarks

See section 5.121.

LowUnit

Unit Indicator (UNIT IND) character.

public LimitUnit LowUnit { get; set; }

Property Value

LimitUnit

Remarks

See section 5.133.

MultipleCode

Multiple Code (MULTI CD) character.

public char MultipleCode { get; set; }

Property Value

char

Remarks

See section 5.130.

Name

Controlled Airspace Name (ARSP NAME) for ControlledVolume or Restrictive Airspace Name for RestrictiveVolume field.

public string? Name { get; set; }

Property Value

string

Remarks

See section 5.126 or 5.216.

Notam

NOTAM character.

public char Notam { get; set; }

Property Value

char

Remarks

See section 5.132.

TimeCode

Time Code (TIME CD) character.

public TimeCode TimeCode { get; set; }

Property Value

TimeCode

Remarks

See section 5.131.

Up

Lower/Upper Limit field.

public Altitude Up { get; set; }

Property Value

Altitude

Remarks

See section 5.121.

UpUnit

Unit Indicator (UNIT IND) character.

public LimitUnit UpUnit { get; set; }

Property Value

LimitUnit

Remarks

See section 5.133.