StandardTransitionProfileSegmentGetHeight Method (Duration) |
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 double GetHeight(
Duration time
)
Public Overrides Function GetHeight (
time As Duration
) As Double
public:
virtual double GetHeight(
Duration time
) override
abstract GetHeight :
time : Duration -> float
override GetHeight :
time : Duration -> float
Parameters
- time
- Type: AGI.Foundation.TimeDuration
The time elapsed since the beginning of this segment.
Return Value
Type:
DoubleThe height above the reference, in meters.
See Also