PropagatedRouteGetSpecialTimes Method |
Gets a list of times of special interest along the route, such as the beginning or end of a turn
or other points where the geometry changes.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public List<JulianDate> GetSpecialTimes()
Public Function GetSpecialTimes As List(Of JulianDate)
public:
List<JulianDate>^ GetSpecialTimes()
member GetSpecialTimes : unit -> List<JulianDate>
Return Value
Type:
ListJulianDate
A list of times representing special points of interest along the route, such as
discontinuities in the acceleration or transitions from one kind of geometry to another.
See Also