PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>) Method

PathOfTravelCreateMapped(View, IListXYZ, IListXYZ, IListPathOfTravelCalculationStatus) Method


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static IList<PathOfTravel> CreateMapped(
	View DBView,
	IList<XYZ> pathStarts,
	IList<XYZ> pathEnds,
	out IList<PathOfTravelCalculationStatus> resultStatus
)
Public Shared Function CreateMapped ( 
	DBView As View,
	pathStarts As IList(Of XYZ),
	pathEnds As IList(Of XYZ),
	<OutAttribute> ByRef resultStatus As IList(Of PathOfTravelCalculationStatus)
) As IList(Of PathOfTravel)
public:
static IList<PathOfTravel^>^ CreateMapped(
	View^ DBView, 
	IList<XYZ^>^ pathStarts, 
	IList<XYZ^>^ pathEnds, 
	[OutAttribute] IList<PathOfTravelCalculationStatus>^% resultStatus
)
static member CreateMapped : 
        DBView : View * 
        pathStarts : IList<XYZ> * 
        pathEnds : IList<XYZ> * 
        resultStatus : IList<PathOfTravelCalculationStatus> byref -> IList<PathOfTravel> 

Parameters

DBView  View
 
pathStarts  IListXYZ
 
pathEnds  IListXYZ
 
resultStatus  IListPathOfTravelCalculationStatus
 

Return Value

IListPathOfTravel
See Also