2027 Method Back to 2027
M

FindEndsOfShortestPaths

Version comparison

Per-version detail

Click a version below to see what changed in that release vs your current frame (2027).
Identical to 2027: 2022, 2023, 2024, 2025, 2025.3, 2026
Not present in: 2020
2027 current
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 nullNothingnullptrIList 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 the corresponding start point.