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