Click or drag to resize

CesiumGeneratorContext.Constrain 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: 25.1.421.0 (25.1.421.0)
Syntax
public CesiumGeneratorContext Constrain(
	TimeInterval interval
)

Parameters

interval
Type: AGI.Foundation.Time.TimeInterval
The interval to further constrain by.

Return Value

Type: CesiumGeneratorContext
A new instance.
See Also