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.2.419.0 (24.2.419.0)
Syntax public IList<double> Data { get; }
Public ReadOnly Property Data As IList(Of Double)
Get
public:
property IList<double>^ Data {
IList<double>^ get ();
}
member Data : IList<float> with get
Property Value
Type:
IListDoubleRemarks See Also