FlowSegmentTravelTime Property

This property has been deprecated use FlowSegmentBase.TravelTime instead.

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 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