Click or drag to resize

StkEphemerisFileSegmentBoundaryTimes Property

Gets or sets the list of segment boundary times in the STK ephemeris file. Segment boundary times are times that should not be interpolated over.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<JulianDate> SegmentBoundaryTimes { get; set; }

Property Value

Type: IListJulianDate
See Also