Show / Hide Table of Contents

Struct SectorDataset

Struct to hold fields for Sectors

Implements
IEquatable<SectorDataset>
Inherited Members
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public struct SectorDataset : IEquatable<SectorDataset>
Remarks

Used in AirportMsa

Properties

View Source

Altitude

Sector Altitude

Declaration
public string Altitude { get; set; }
Property Value
Type Description
string
View Source

Bearing

Sector Bearing

Declaration
public string Bearing { get; set; }
Property Value
Type Description
string
View Source

Radius

Sector Radius

Declaration
public string Radius { get; set; }
Property Value
Type Description
string

Methods

View Source

Equals(SectorDataset)

Declaration
public bool Equals(SectorDataset other)
Parameters
Type Name Description
SectorDataset other
Returns
Type Description
bool
View Source

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
ValueType.Equals(object)
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
ValueType.GetHashCode()

Operators

View Source

operator ==(SectorDataset, SectorDataset)

Declaration
public static bool operator ==(SectorDataset left, SectorDataset right)
Parameters
Type Name Description
SectorDataset left
SectorDataset right
Returns
Type Description
bool
View Source

operator !=(SectorDataset, SectorDataset)

Declaration
public static bool operator !=(SectorDataset left, SectorDataset right)
Parameters
Type Name Description
SectorDataset left
SectorDataset right
Returns
Type Description
bool

Implements

IEquatable<T>
  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited