Click or drag to resize

TimeSampledValuesData Property

Gets the list of data for this grid point.

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<double> Data { get; }

Property Value

Type: IListDouble
Remarks
If there is more than one interval in SatisfactionIntervals of the CoverageQueryResult, there may be 'gaps' in the times between values. To see this, look at the SampleTimes to check the times for each value or use GetData(JulianDate) to find data at a specific time.
See Also