FlowSegmentIsTravelTimeCalculated Property

This property has been deprecated use FlowSegmentBase.IsTravelTimeCalculated instead.

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

Property Value

Boolean
Remarks
Use this property to check first before getting FlowSegment.TravelTime
See Also