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.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection AdjustIntervals(
TimeIntervalCollection intervals,
bool remember
)
Public Function AdjustIntervals (
intervals As TimeIntervalCollection,
remember As Boolean
) As TimeIntervalCollection
public:
TimeIntervalCollection^ AdjustIntervals(
TimeIntervalCollection^ intervals,
bool remember
)
member AdjustIntervals :
intervals : TimeIntervalCollection *
remember : bool -> TimeIntervalCollection
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:
TimeIntervalCollectionThe adjusted intervals.
See Also