Click or drag to resize

CesiumGeneratorContextConstrain Method

Return a new instance that has RequestedInterval intersected with the given interval.

Namespace:  AGI.Foundation.Cesium.Advanced
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumGeneratorContext Constrain(
	TimeInterval interval
)

Parameters

interval
Type: AGI.Foundation.TimeTimeInterval
The interval to further constrain by.

Return Value

Type: CesiumGeneratorContext
A new instance.
See Also