Share

FlowSegment.TravelTime Property

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



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double TravelTime { get; }

VB

Public ReadOnly Property TravelTime As Double
	Get

C++

public:
property double TravelTime {
	double 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

Reference

Was this information helpful?