StkEphemerisFileCovarianceTimePosVelSegmentBoundaryTimes 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 override IList<JulianDate> SegmentBoundaryTimes { get; }
Public Overrides ReadOnly Property SegmentBoundaryTimes As IList(Of JulianDate)
Get
public:
virtual property IList<JulianDate>^ SegmentBoundaryTimes {
IList<JulianDate>^ get () override;
}
abstract SegmentBoundaryTimes : IList<JulianDate> with get
override SegmentBoundaryTimes : IList<JulianDate> with get
Property Value
Type:
IListJulianDateSee Also