SampledCesiumPropertyT Constructor (DateMotionCollectionT, ListJulianDate) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SampledCesiumProperty(
DateMotionCollection<T> samples,
List<JulianDate> segmentBoundaryTimes
)
Public Sub New (
samples As DateMotionCollection(Of T),
segmentBoundaryTimes As List(Of JulianDate)
)
public:
SampledCesiumProperty(
DateMotionCollection<T>^ samples,
List<JulianDate>^ segmentBoundaryTimes
)
new :
samples : DateMotionCollection<'T> *
segmentBoundaryTimes : List<JulianDate> -> SampledCesiumProperty
Parameters
- samples
- Type: AGI.FoundationDateMotionCollectionT
The samples. - segmentBoundaryTimes
- Type: System.Collections.GenericListJulianDate
The segment boundary times.
See Also