CesiumGeneratorContextRequestedInterval Property |
Gets the requested interval for data. Generators may generate values outside this interval if it
is equivalent in speed and compactness.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeInterval RequestedInterval { get; }
Public ReadOnly Property RequestedInterval As TimeInterval
Get
public:
property TimeInterval^ RequestedInterval {
TimeInterval^ get ();
}
member RequestedInterval : TimeInterval with get
Property Value
Type:
TimeIntervalSee Also