Click or drag to resize

CcsdsOrbitEphemerisMessageSegment.UseableStartTime Property

Gets or sets the optional start of useable time span covered by ephemeris data immediately following the metadata block.

Note that this value is ignored by CreatePoint().

Namespace:  AGI.Foundation.Ccsds
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public JulianDate? UseableStartTime { get; set; }

Property Value

Type: Nullable<JulianDate>
See Also