Click or drag to resize

TimeSampledValuesGetData Method

Get the data for a given sample time from SampleTimes.

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 double GetData(
	JulianDate time
)

Parameters

time
Type: AGI.Foundation.TimeJulianDate
The time to get.

Return Value

Type: Double
The data at or directly before the given time.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the time does not correspond with one of the sample times in SampleTimes.
See Also