SampledCesiumPropertyTSamples Property |
Gets or sets the samples.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
DateMotionCollectionT
See Also