M

PathOfTravel

Version comparison

Members across versions

23 members across 9 versions · 9 added later · 8 changed

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M Create(View, XYZ, XYZ, PathOfTravelCalculationStatus%)
same same same same same changed same same same
M Create(View, XYZ, XYZ)
same same same same same changed same same same
M CreateMapped(View, IList<XYZ>, IList<XYZ>)
same same same same same changed same same same
M CreateMapped(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
same same same same same changed same same same
M CreateMultiple(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
same same same same same changed same same same
M CreateMultiple(View, IList<XYZ>, IList<XYZ>)
same same same same same changed same same same
M FindEndsOfShortestPaths(View, IList<XYZ>, IList<XYZ>)
not yet introduced added changed same same same same same same
M FindShortestPaths(View, IList<XYZ>, IList<XYZ>)
not yet introduced added changed same same changed same same same
M FindStartsOfLongestPathsFromRooms(View, IList<XYZ>)
not yet introduced added same same same same same same same
same same same same same same same same same
not yet introduced added same same same same same same same
M InsertWaypoint(XYZ, Int32)
not yet introduced added same same same same same same same
not yet introduced added same same same same same same same
M RemoveWaypoint(Int32)
not yet introduced added same same same same same same same
M SetRevealObstaclesMode(View, Boolean)
not yet introduced added same same same same same same same
M SetWaypoint(XYZ, Int32)
not yet introduced added same same same same same same same
M Update
same same same same same same same same same
M UpdateMultiple(Document, IList<ElementId>)
same same same same same same same same same
M UpdateMultiple(Document, IList<ElementId>, IList<PathOfTravelCalculationStatus>)
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2021).
Not present in: 2025, 2025.3, 2026, 2027
2021 current

Changes in 2022 vs 2021 2 changed

Flip API Versions →

Changed members

PathOfTravel.FindEndsOfShortestPaths(View, IList<XYZ>, IList<XYZ>)
DBView View The floor plan view to use when computing the points.
destinationPoints IList<XYZ> Destination points. The input Z coordinates are ignored and set to the view's level elevation.
startPoints IList<XYZ> Start points for which shortest path end points are calculated.
→ returns IListnullNothingnullptr End points of paths calculated from each start point to its corresponding closest destination. If a path cannot be calculated the corresponsing end point is set to null Nothing nullptr a null reference ( Nothing in Visual Basic) .
PathOfTravel.FindShortestPaths(View, IList<XYZ>, IList<XYZ>)
DBView View The floor plan view to use when computing the points.
destinationPoints IList<XYZ> Destination points. The input Z coordinates are ignored and set to the view's level elevation.
startPoints IList<XYZ> Start points for which shortest paths are calculated.
→ returns IListnullNothingnullptr Array of paths calculated from each start point to its corresponding closest destination. If a path cannot be caculated the corresponsing sub-array is set to null Nothing nullptr a null reference ( Nothing in Visual Basic) .

Changes in 2023 vs 2021 2 changed

Flip API Versions →

Changed members

PathOfTravel.FindEndsOfShortestPaths(View, IList<XYZ>, IList<XYZ>)
DBView View The floor plan view to use when computing the points.
destinationPoints IList<XYZ> Destination points. The input Z coordinates are ignored and set to the view's level elevation.
startPoints IList<XYZ> Start points for which shortest path end points are calculated.
→ returns IListnullNothingnullptr End points of paths calculated from each start point to its corresponding closest destination. If a path cannot be calculated the corresponsing end point is set to null Nothing nullptr a null reference ( Nothing in Visual Basic) .
PathOfTravel.FindShortestPaths(View, IList<XYZ>, IList<XYZ>)
DBView View The floor plan view to use when computing the points.
destinationPoints IList<XYZ> Destination points. The input Z coordinates are ignored and set to the view's level elevation.
startPoints IList<XYZ> Start points for which shortest paths are calculated.
→ returns IListnullNothingnullptr Array of paths calculated from each start point to its corresponding closest destination. If a path cannot be caculated the corresponsing sub-array is set to null Nothing nullptr a null reference ( Nothing in Visual Basic) .

Changes in 2024 vs 2021 2 changed

Flip API Versions →

Changed members

PathOfTravel.FindEndsOfShortestPaths(View, IList<XYZ>, IList<XYZ>)
DBView View The floor plan view to use when computing the points.
destinationPoints IList<XYZ> Destination points. The input Z coordinates are ignored and set to the view's level elevation.
startPoints IList<XYZ> Start points for which shortest path end points are calculated.
→ returns IListnullNothingnullptr End points of paths calculated from each start point to its corresponding closest destination. If a path cannot be calculated the corresponsing end point is set to null Nothing nullptr a null reference ( Nothing in Visual Basic) .
PathOfTravel.FindShortestPaths(View, IList<XYZ>, IList<XYZ>)
DBView View The floor plan view to use when computing the points.
destinationPoints IList<XYZ> Destination points. The input Z coordinates are ignored and set to the view's level elevation.
startPoints IList<XYZ> Start points for which shortest paths are calculated.
→ returns IListnullNothingnullptr Array of paths calculated from each start point to its corresponding closest destination. If a path cannot be caculated the corresponsing sub-array is set to null Nothing nullptr a null reference ( Nothing in Visual Basic) .