Table of Contents

Class SpecialArea

Namespace
Arinc424.Routing
Assembly
Arinc424.dll

Special Activity Area primary record.

public class SpecialArea : Geo, IIdentity, IIcao, INamed
Inheritance
SpecialArea
Implements
Inherited Members

Remarks

See section 4.1.33.1.

Properties

Airport

public Airport Airport { get; set; }

Property Value

Airport

CommType

Communications Type (COMM TYPE) field.

public CommType CommType { get; set; }

Property Value

CommType

Remarks

See section 5.101.

ControllingAgency

Controlling Agency field.

public string? ControllingAgency { get; set; }

Property Value

string

Remarks

See section 5.140.

Frequency

Communications Frequency (COMM FREQ) field.

public Frequency Frequency { get; set; }

Property Value

Frequency

Remarks

See section 5.103.

IcaoCode

ICAO Code (ICAO CODE) field.

public string IcaoCode { get; set; }

Property Value

string

Remarks

See section 5.14.

Identifier

Activity Identifier field.

public string Identifier { get; set; }

Property Value

string

Remarks

See section 5.279.

Name

Restrictive Airspace Name field.

public string? Name { get; set; }

Property Value

string

Remarks

See section 5.126.

Privacy

Public/Military Indicator (PUB/MIL) character.

public Privacy Privacy { get; set; }

Property Value

Privacy

Remarks

See section 5.177.

Size

Special Activity Area Size field.

public float Size { get; set; }

Property Value

float

Nautical miles and tenths of mile.

Remarks

See section 5.280.

Times

Special Activity Area Operating Times field.

public OperatingTimes Times { get; set; }

Property Value

OperatingTimes

Remarks

See section 5.282.

Type

Activity Type character.

public ActivityType Type { get; set; }

Property Value

ActivityType

Remarks

See section 5.278.

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.

Volume

Special Activity Area Volume character.

public char Volume { get; set; }

Property Value

char

Remarks

See section 5.281.