Click or drag to resize

LinkDelayEvaluatorAdjustIntervals Method

Adjusts an interval collection according to the link delay.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection AdjustIntervals(
	TimeIntervalCollection intervals,
	bool remember
)

Parameters

intervals
Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals to adjust.
remember
Type: SystemBoolean
if this adjustment should be remembered so that it can be reversed without loss of precision. if this adjustment will not be reversed.

Return Value

Type: TimeIntervalCollection
The adjusted intervals.
See Also