Click or drag to resize

AircraftReferenceState Constructor

Initializes a new instance. VelocityReferenceAxes will be set to StaticAtmosphere and HeightReferenceSurface will be set to the MeanSeaLevel property of the EarthCentralBody, which must be configured before using this type.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AircraftReferenceState(
	JulianDate epoch
)

Parameters

epoch
Type: AGI.Foundation.TimeJulianDate
The epoch at which the reference state of the aircraft is defined.
See Also