Show / Hide Table of Contents

Struct SectorDataset

Struct to hold fields for Sectors

Implements
System.IEquatable<SectorDataset>
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreNet8.dll
Syntax
public struct SectorDataset
Remarks

Used in AirportMsa

Properties

View Source

Altitude

Sector Altitude

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

Bearing

Sector Bearing

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

Radius

Sector Radius

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

Methods

View Source

Equals(SectorDataset)

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

Equals(Nullable<Object>)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
System.Nullable<System.Object> obj
Returns
Type Description
System.Boolean
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

Operators

View Source

Equality(SectorDataset, SectorDataset)

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

Inequality(SectorDataset, SectorDataset)

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

Implements

System.IEquatable<>
  • View Source
In This Article
Back to top Copyright 2018-2025 CADology Limited