PropagatedRouteSegments Property |
Gets the list of parametric segments defining the geometry of the individual pieces of the route,
which together form the overall trajectory. In general, these segments are only needed for diagnostic
purposes. The position can be obtained by using
CreatePointFromRoute. The surface
geometry can be obtained by using
CreateSurfaceCurve. Lastly, scalars are available
to interpolate
Heading,
Height,
Surface Speed, and
Total Speed.
So, these segments should only be used if information regarding the geometry at a specific procedure is required.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<ParametricRouteSegment> Segments { get; }
Public ReadOnly Property Segments As IList(Of ParametricRouteSegment)
Get
public:
property IList<ParametricRouteSegment^>^ Segments {
IList<ParametricRouteSegment^>^ get ();
}
member Segments : IList<ParametricRouteSegment> with get
Property Value
Type:
IListParametricRouteSegmentSee Also