PathOfTravelFindStartsOfLongestPathsFromRooms Method |
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
- DBView View
-
- destinationPoints IListXYZ
-
Return Value
IListXYZ
See Also