FlowSegmentTravelTime Property

Gets the travel time(hour) calculated by TR-55 method.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double TravelTime { get; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when FlowSegment.IsTravelTimeCalculated is false.
Remarks
Travel time is not guaranteed to be successfully calculated, for example in case FlowSegment.Slope is 0. Please use FlowSegment.IsTravelTimeCalculated to verify first.
See Also