AircraftReferenceState Constructor |
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.3.420.0 (24.3.420.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