Revit 2025.3 API
Path |
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
public PathOfTravelCalculationStatus Update()
Public Function Update As PathOfTravelCalculationStatus
public: PathOfTravelCalculationStatus Update()
member Update : unit -> PathOfTravelCalculationStatus
Return Value
PathOfTravelCalculationStatusThe status result of the recalculation.
| Exception | Condition |
|---|---|
| InvalidOperationException | This functionality is not available in Revit LT. |
If recalculation results in failure, Revit will post a warning.
See Also