C

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 (2026).
Identical to 2026: 2025, 2025.3, 2027
2026 current

Changes in 2020 vs 2026 9 missing 6 changed

Flip API Versions →

Missing in 2020 (only available in 2026)

Changed members

PathOfTravel.Create(View, XYZ, XYZ, PathOfTravelCalculationStatus%)
DBView View The floor plan view to use when computing the shortest distance.
pathStart XYZ The start point of the path. The input Z coordinates are ignored and set to the view's level elevation.
pathEnd XYZ The end point of the path. The input Z coordinates are ignored and set to the view's level elevation.
resultStatus PathOfTravelCalculationStatus% Result status of path of travel creation.
→ returns nullNothingnullptrPathOfTravel The newly created path of travel element, or if no path between the two points is found.
PathOfTravel.Create(View, XYZ, XYZ)
DBView View The floor plan view to use when computing the shortest distance.
pathStart XYZ The start point of the path. The input Z coordinates are ignored and set to the view's level elevation.
pathEnd XYZ The end point of the path. The input Z coordinates are ignored and set to the view's level elevation.
→ returns nullNothingnullptrPathOfTravel The newly created path of travel element, or if no path between the two points is found.
PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
resultStatus IList<PathOfTravelCalculationStatus>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMultiple(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
resultStatus IList<PathOfTravelCalculationStatus>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMultiple(View, IList<XYZ>, IList<XYZ>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
→ returns nullNothingnullptrIList IList PathOfTravel

Changes in 2021 vs 2026 8 changed

Flip API Versions →

Changed members

PathOfTravel.Create(View, XYZ, XYZ, PathOfTravelCalculationStatus%)
DBView View The floor plan view to use when computing the shortest distance.
pathStart XYZ The start point of the path. The input Z coordinates are ignored and set to the view's level elevation.
pathEnd XYZ The end point of the path. The input Z coordinates are ignored and set to the view's level elevation.
resultStatus PathOfTravelCalculationStatus% Result status of path of travel creation.
→ returns nullNothingnullptrPathOfTravel The newly created path of travel element, or if no path between the two points is found.
PathOfTravel.Create(View, XYZ, XYZ)
DBView View The floor plan view to use when computing the shortest distance.
pathStart XYZ The start point of the path. The input Z coordinates are ignored and set to the view's level elevation.
pathEnd XYZ The end point of the path. The input Z coordinates are ignored and set to the view's level elevation.
→ returns nullNothingnullptrPathOfTravel The newly created path of travel element, or if no path between the two points is found.
PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
resultStatus IList<PathOfTravelCalculationStatus>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMultiple(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
resultStatus IList<PathOfTravelCalculationStatus>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMultiple(View, IList<XYZ>, IList<XYZ>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.FindEndsOfShortestPaths(View, IList<XYZ>, IList<XYZ>)
DBView View
destinationPoints IList<XYZ>
startPoints IList<XYZ>
→ returns nullNothingnullptrIList IList XYZ
PathOfTravel.FindShortestPaths(View, IList<XYZ>, IList<XYZ>)
DBView View
destinationPoints IList<XYZ>
startPoints IList<XYZ>
→ returns nullNothingnullptrIList> IList IList XYZ

Changes in 2022 vs 2026 7 changed

Flip API Versions →

Changed members

PathOfTravel.Create(View, XYZ, XYZ, PathOfTravelCalculationStatus%)
DBView View The floor plan view to use when computing the shortest distance.
pathStart XYZ The start point of the path. The input Z coordinates are ignored and set to the view's level elevation.
pathEnd XYZ The end point of the path. The input Z coordinates are ignored and set to the view's level elevation.
resultStatus PathOfTravelCalculationStatus% Result status of path of travel creation.
→ returns nullNothingnullptrPathOfTravel The newly created path of travel element, or if no path between the two points is found.
PathOfTravel.Create(View, XYZ, XYZ)
DBView View The floor plan view to use when computing the shortest distance.
pathStart XYZ The start point of the path. The input Z coordinates are ignored and set to the view's level elevation.
pathEnd XYZ The end point of the path. The input Z coordinates are ignored and set to the view's level elevation.
→ returns nullNothingnullptrPathOfTravel The newly created path of travel element, or if no path between the two points is found.
PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
resultStatus IList<PathOfTravelCalculationStatus>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMultiple(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
resultStatus IList<PathOfTravelCalculationStatus>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMultiple(View, IList<XYZ>, IList<XYZ>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.FindShortestPaths(View, IList<XYZ>, IList<XYZ>)
DBView View
destinationPoints IList<XYZ>
startPoints IList<XYZ>
→ returns IListIList> IList IList XYZ

Changes in 2023 vs 2026 7 changed

Flip API Versions →

Changed members

PathOfTravel.Create(View, XYZ, XYZ, PathOfTravelCalculationStatus%)
DBView View The floor plan view to use when computing the shortest distance.
pathStart XYZ The start point of the path. The input Z coordinates are ignored and set to the view's level elevation.
pathEnd XYZ The end point of the path. The input Z coordinates are ignored and set to the view's level elevation.
resultStatus PathOfTravelCalculationStatus% Result status of path of travel creation.
→ returns nullNothingnullptrPathOfTravel The newly created path of travel element, or if no path between the two points is found.
PathOfTravel.Create(View, XYZ, XYZ)
DBView View The floor plan view to use when computing the shortest distance.
pathStart XYZ The start point of the path. The input Z coordinates are ignored and set to the view's level elevation.
pathEnd XYZ The end point of the path. The input Z coordinates are ignored and set to the view's level elevation.
→ returns nullNothingnullptrPathOfTravel The newly created path of travel element, or if no path between the two points is found.
PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
resultStatus IList<PathOfTravelCalculationStatus>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMultiple(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
resultStatus IList<PathOfTravelCalculationStatus>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMultiple(View, IList<XYZ>, IList<XYZ>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.FindShortestPaths(View, IList<XYZ>, IList<XYZ>)
DBView View
destinationPoints IList<XYZ>
startPoints IList<XYZ>
→ returns IListIList> IList IList XYZ

Changes in 2024 vs 2026 7 changed

Flip API Versions →

Changed members

PathOfTravel.Create(View, XYZ, XYZ, PathOfTravelCalculationStatus%)
DBView View The floor plan view to use when computing the shortest distance.
pathStart XYZ The start point of the path. The input Z coordinates are ignored and set to the view's level elevation.
pathEnd XYZ The end point of the path. The input Z coordinates are ignored and set to the view's level elevation.
resultStatus PathOfTravelCalculationStatus% Result status of path of travel creation.
→ returns nullNothingnullptrPathOfTravel The newly created path of travel element, or if no path between the two points is found.
PathOfTravel.Create(View, XYZ, XYZ)
DBView View The floor plan view to use when computing the shortest distance.
pathStart XYZ The start point of the path. The input Z coordinates are ignored and set to the view's level elevation.
pathEnd XYZ The end point of the path. The input Z coordinates are ignored and set to the view's level elevation.
→ returns nullNothingnullptrPathOfTravel The newly created path of travel element, or if no path between the two points is found.
PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
resultStatus IList<PathOfTravelCalculationStatus>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMultiple(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
resultStatus IList<PathOfTravelCalculationStatus>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.CreateMultiple(View, IList<XYZ>, IList<XYZ>)
DBView View
pathStarts IList<XYZ>
pathEnds IList<XYZ>
→ returns nullNothingnullptrIList IList PathOfTravel
PathOfTravel.FindShortestPaths(View, IList<XYZ>, IList<XYZ>)
DBView View
destinationPoints IList<XYZ>
startPoints IList<XYZ>
→ returns IListIList> IList IList XYZ