ConfigurableProfileGetProfileSegment 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 abstract ProfileSegment GetProfileSegment()
Public MustOverride Function GetProfileSegment As ProfileSegment
public:
virtual ProfileSegment^ GetProfileSegment() abstract
abstract GetProfileSegment : unit -> ProfileSegment
Return Value
Type:
ProfileSegmentThe time dynamic geometry of the profile.
See Also