Click or drag to resize

SegmentListResultsGetSegmentBoundaryTimes 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: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection<SegmentDefinition> GetSegmentBoundaryTimes()

Return Value

Type: TimeIntervalCollectionSegmentDefinition
The propagation intervals of each segment.
See Also