Revit 2025.3 API
Path |
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static IList<XYZ> FindStartsOfLongestPathsFromRooms( View DBView, IList<XYZ> destinationPoints )
Public Shared Function FindStartsOfLongestPathsFromRooms ( DBView As View, destinationPoints As IList(Of XYZ) ) As IList(Of XYZ)
public: static IList<XYZ^>^ FindStartsOfLongestPathsFromRooms( View^ DBView, IList<XYZ^>^ destinationPoints )
static member FindStartsOfLongestPathsFromRooms : DBView : View * destinationPoints : IList<XYZ> -> IList<XYZ>
Parameters
Return Value
IListXYZSee Also