Click or drag to resize

TimeSampledValues.SampleTimes 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.3.420.0 (24.3.420.0)
Syntax
public IList<JulianDate> SampleTimes { get; }

Return Value

Type: IList<JulianDate>
The list of sample times.
See Also