PathOfTravelCreateMapped(View, IListXYZ, IListXYZ) Method |
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static IList<PathOfTravel> CreateMapped(
View DBView,
IList<XYZ> pathStarts,
IList<XYZ> pathEnds
)
Public Shared Function CreateMapped (
DBView As View,
pathStarts As IList(Of XYZ),
pathEnds As IList(Of XYZ)
) As IList(Of PathOfTravel)
public:
static IList<PathOfTravel^>^ CreateMapped(
View^ DBView,
IList<XYZ^>^ pathStarts,
IList<XYZ^>^ pathEnds
)
static member CreateMapped :
DBView : View *
pathStarts : IList<XYZ> *
pathEnds : IList<XYZ> -> IList<PathOfTravel>
Parameters
- DBView View
-
- pathStarts IListXYZ
-
- pathEnds IListXYZ
-
Return Value
IListPathOfTravel
See Also