StkEphemerisFileCovarianceSegmentBoundaryTimes Property |
Gets the segment boundary times of the data.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract IList<JulianDate> SegmentBoundaryTimes { get; }
Public MustOverride ReadOnly Property SegmentBoundaryTimes As IList(Of JulianDate)
Get
public:
virtual property IList<JulianDate>^ SegmentBoundaryTimes {
IList<JulianDate>^ get () abstract;
}
abstract SegmentBoundaryTimes : IList<JulianDate> with get
Property Value
Type:
IListJulianDateSee Also