Gets the bool value indicates whether the existing factors can successfully calculate the travel time.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsTravelTimeCalculated { get; }
VB
Public ReadOnly Property IsTravelTimeCalculated As Boolean Get
C++
public: property bool IsTravelTimeCalculated { bool get (); }