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.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection<SegmentDefinition> GetSegmentBoundaryTimes()
Public Function GetSegmentBoundaryTimes As TimeIntervalCollection(Of SegmentDefinition)
public:
TimeIntervalCollection<SegmentDefinition^>^ GetSegmentBoundaryTimes()
member GetSegmentBoundaryTimes : unit -> TimeIntervalCollection<SegmentDefinition>
Return Value
Type:
TimeIntervalCollectionSegmentDefinitionThe propagation intervals of each
segment.
See Also