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)
Syntaxpublic RouteSegment SegmentDefinition { get; }
Public ReadOnly Property SegmentDefinition As RouteSegment
Get
public:
property RouteSegment^ SegmentDefinition {
RouteSegment^ get ();
}
member SegmentDefinition : RouteSegment with get
Property Value
Type:
RouteSegment
See Also