FlowSegmentTravelTime Property |
Gets the travel time(hour) calculated by TR-55 method.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double TravelTime { get; }
Public ReadOnly Property TravelTime As Double
Get
public:
property double TravelTime {
double get ();
}
Property Value
Double
ExceptionsException | Condition |
---|
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