Click or drag to resize

ParametricRouteSegment.SegmentDefinition 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: 25.1.421.0 (25.1.421.0)
Syntax
public RouteSegment SegmentDefinition { get; }

Property Value

Type: RouteSegment
See Also