Click or drag to resize
Airport Class
Describes an airport in the standing data files.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.StandingDataAirport

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Airport

The Airport type exposes the following members.

Constructors
  NameDescription
Public methodAirport
Initializes a new instance of the Airport class
Top
Properties
  NameDescription
Public propertyAltitudeFeet
Gets or sets the altitude in feet of the airport.
Public propertyCountry
Gets or sets the country that the airport is in.
Public propertyIataCode
Gets or sets the IATA code for the airport.
Public propertyIcaoCode
Gets or sets the ICAO code for the airport.
Public propertyLatitude
Gets or sets the latitude part of the airport's coordinate.
Public propertyLongitude
Gets or sets the longitude part of the airport's coordinate.
Public propertyName
Gets or sets the name of the airport.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
See Object.ToString().
(Overrides ObjectToString.)
Top
See Also