Click or drag to resize
WriteAircraftInformation Structure
The structure that is passed to IFlightSimulatorX to control the location, altitude, attitude and details of the simulated aircraft.

Namespace: VirtualRadar.Interface.FlightSimulatorX
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct WriteAircraftInformation

The WriteAircraftInformation type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
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
Returns the hash code for this instance.
(Inherited from ValueType.)
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
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldAirspeedIndicated
The aircraft's current indicated airspeed in knots.
Public fieldAltitude
The aircraft's altitude in feet.
Public fieldBank
The aircraft's bank in degrees.
Public fieldLatitude
The aircraft's latitude.
Public fieldLongitude
The aircraft's longitude.
Public fieldOperator
The aircraft's operator.
Public fieldPitch
The aircraft's pitch in degrees.
Public fieldRegistration
The aircraft's registration.
Public fieldTrueHeading
The aircraft's heading in degrees clockwise from north.
Public fieldVerticalSpeed
The aircraft's rate of climb or descent in feet per minute.
Top
Remarks
The order in which the fields appear in this structure is important - do not change it without also changing the order of field registration in IFlightSimulatorX's implementation.
See Also