Click or drag to resize

SegmentListResults.GetSegmentBoundaryTimes Method

Returns the intervals of propagation of each segment. Segments that are instantaneous will have their start and stop times be equal to each other.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TimeIntervalCollection<SegmentDefinition> GetSegmentBoundaryTimes()

Return Value

Type: TimeIntervalCollection<SegmentDefinition>
The propagation intervals of each segment.
See Also