StaticRouteProfileStaticConfigurableProfileGetProfileSegment Method |
Get the time dynamic geometry of the profile after configuration.
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 override ProfileSegment GetProfileSegment()
Public Overrides Function GetProfileSegment As ProfileSegment
public:
virtual ProfileSegment^ GetProfileSegment() override
abstract GetProfileSegment : unit -> ProfileSegment
override GetProfileSegment : unit -> ProfileSegment
Return Value
Type:
ProfileSegmentThe time dynamic geometry of the profile.
See Also