StkEphemerisFile.SegmentBoundaryTimes 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
IList<JulianDate>
See Also