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.2.419.0 (24.2.419.0)
Syntax public IList<JulianDate> SegmentBoundaryTimes { get; set; }
Public Property SegmentBoundaryTimes As IList(Of JulianDate)
Get
Set
public:
property IList<JulianDate>^ SegmentBoundaryTimes {
IList<JulianDate>^ get ();
void set (IList<JulianDate>^ value);
}
member SegmentBoundaryTimes : IList<JulianDate> with get, set
Property Value
Type:
IListJulianDateSee Also