Gets or sets how time behaves at
Interval boundaries.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ClockRange? Range { get; set; }
Public Property Range As ClockRange?
Get
Set
public:
property Nullable<ClockRange> Range {
Nullable<ClockRange> get ();
void set (Nullable<ClockRange> value);
}
member Range : Nullable<ClockRange> with get, set
Property Value
Type:
NullableClockRangeSee Also