EntityHistoryTimes Property |
Gets the list of times currently recorded in the
HistoryGeneratorTEntity.
Times are guaranteed to be in ascending order.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IEnumerable<JulianDate> Times { get; }
Public ReadOnly Property Times As IEnumerable(Of JulianDate)
Get
public:
property IEnumerable<JulianDate>^ Times {
IEnumerable<JulianDate>^ get ();
}
member Times : IEnumerable<JulianDate> with get
Property Value
Type:
IEnumerableJulianDateSee Also