FlowSegmentIsTravelTimeCalculated Property |
Gets the bool value indicates whether the existing factors can successfully calculate the travel time.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsTravelTimeCalculated { get; }
Public ReadOnly Property IsTravelTimeCalculated As Boolean
Get
public:
property bool IsTravelTimeCalculated {
bool get ();
}
Property Value
Boolean
Remarks
Use this property to check first before getting FlowSegment.TravelTime
See Also