2021 Enumeration
Changes 8
E

PathOfTravelCalculationRequestType

Description:
An enumerated type containing possible requests for the Path of Travel calculation.
[ObsoleteAttribute("This type is deprecated in Revit 2021 and will be removed in the next version of Revit. For internal use only and no code should be referencing it.")]
public enum PathOfTravelCalculationRequestType
Name Description
E CalculateForCorrespondingStartEndPairs Calculate paths of travel between corresponding pairs of start and end points.
E CalculateForAllPossibleStartEndPairs Calculate paths of travel between all possible pairs of start and end points.
E CalculateFarthestPointsToMultipleDestinations Calculate points with farthest distance to the closest of given destinations.
E GetRevealObstaclesModeInView Determine if reveal obstacles mode is on or off in the view.
E SetRevealObstaclesModeInView Sets reveal obstacles mode in the view.
E LockCache Lock changes to internal caches
E UnlockCache Allow changes to internal caches
E CalculateForPathsWithWaypoints Calculate paths of travel between corresponding pairs of start and end points with possible intermediate waypoints.
E GetDistanceMapModeInView Determine if distance map mode is on or off in the view.
E SetDistanceMapModeInView Sets distance map mode in the view.
E CalculateShortestPathsToMultipleDestinations Calculate paths from given start points to the closest of given destinations.