M

FindShortestPaths

Version comparison

Per-version detail

Click a version below to see what changed in that release vs your current frame (2024).
Identical to 2024: 2022, 2023
Not present in: 2020
2024 current
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 nullNothingnullptrIList 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 an empty array.
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 IList>IList 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 an empty array.
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 IList>IList 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 an empty array.
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 IList>IList 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 an empty array.
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 IList>IList 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 an empty array.