IDateMotionCollectionTDates Property |
Gets the list of dates in this collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax IList<JulianDate> Dates { get; }
ReadOnly Property Dates As IList(Of JulianDate)
Get
property IList<JulianDate>^ Dates {
IList<JulianDate>^ get ();
}
abstract Dates : IList<JulianDate> with get
Property Value
Type:
IListJulianDateSee Also