Click or drag to resize

SampledCesiumPropertyT Constructor (DateMotionCollectionT, ListJulianDate)

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SampledCesiumProperty(
	DateMotionCollection<T> samples,
	List<JulianDate> segmentBoundaryTimes
)

Parameters

samples
Type: AGI.FoundationDateMotionCollectionT
The samples.
segmentBoundaryTimes
Type: System.Collections.GenericListJulianDate
The segment boundary times.
See Also