ProfileSegmentGetHeight Method (Duration, Int32) |
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 Motion<double> GetHeight(
Duration time,
int order
)
Public MustOverride Function GetHeight (
time As Duration,
order As Integer
) As Motion(Of Double)
public:
virtual Motion<double> GetHeight(
Duration time,
int order
) abstract
abstract GetHeight :
time : Duration *
order : int -> Motion<float>
Parameters
- time
- Type: AGI.Foundation.TimeDuration
The time elapsed since the beginning of this segment. - order
- Type: SystemInt32
The requested order of the height where zero is the height and
higher orders specify the number of derivatives. Depending on the type of profile
and underlying geometry, the resulting order may not match the requested order.
Return Value
Type:
MotionDoubleThe height above the reference, in meters, and its derivatives.
See Also