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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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