SampledCesiumPropertyTSamples Property |
Gets or sets the samples.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateMotionCollection<T> Samples { get; set; }
Public Property Samples As DateMotionCollection(Of T)
Get
Set
public:
property DateMotionCollection<T>^ Samples {
DateMotionCollection<T>^ get ();
void set (DateMotionCollection<T>^ value);
}
member Samples : DateMotionCollection<'T> with get, set
Property Value
Type:
DateMotionCollectionTSee Also