Share

PathOfTravel.Update Method

Updates the path of travel by recalculating the path between the original start and end points.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public PathOfTravelCalculationStatus Update()

Return Value

PathOfTravelCalculationStatus
The status result of the recalculation.

Exceptions

ExceptionCondition
InvalidOperationException This functionality is not available in Revit LT.

Remarks

If recalculation results in failure, Revit will post a warning.

See Also

Reference

Was this information helpful?