Table of Contents

Class Volume

Namespace
Arinc424.Airspace
Assembly
Arinc424.dll

Space volume with low and up limits.

public abstract class Volume : Record424<BoundaryPoint>
Inheritance
Volume
Derived
Inherited Members

Properties

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.

Multiplier

Multiple Code(MULTI CD) character.

public char? Multiplier { get; set; }

Property Value

char?

Remarks

See section 5.130.

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.