Click or drag to resize

ParametricRouteSegmentSegmentDefinition Property

Gets the definitional object specifying the behavior of this particular segment prior to propagating it with a RoutePropagator. This can be used to identify this segment in the list of segments in a PropagatedRoute.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RouteSegment SegmentDefinition { get; }

Property Value

Type: RouteSegment
See Also