TimeSampledValuesSampleTimes Property |
Gets the list of times corresponding to the
Data values.
Namespace:
AGI.Foundation.Coverage.FigureOfMerit
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<JulianDate> SampleTimes { get; }
Public ReadOnly Property SampleTimes As IList(Of JulianDate)
Get
public:
property IList<JulianDate>^ SampleTimes {
IList<JulianDate>^ get ();
}
member SampleTimes : IList<JulianDate> with get
Return Value
Type:
IListJulianDateThe list of sample times.
See Also