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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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