FlowSegmentBaseTravelTime Property

Gets the travel time (hour) for this flow segment.

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

Property Value

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