AircraftReferenceState Constructor |
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AircraftReferenceState(
JulianDate epoch
)
Public Sub New (
epoch As JulianDate
)
public:
AircraftReferenceState(
JulianDate epoch
)
new :
epoch : JulianDate -> AircraftReferenceState
Parameters
- epoch
- Type: AGI.Foundation.Time.JulianDate
The epoch at which the reference state of the aircraft is defined.
See Also