PathOfTravel.UpdateMultiple(Document, IList<ElementId>, IList<PathOfTravelCalculationStatus>) Method

PathOfTravelUpdateMultiple(Document, IListElementId, IListPathOfTravelCalculationStatus) Method


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static int UpdateMultiple(
	Document adoc,
	IList<ElementId> elementsToUpdate,
	out IList<PathOfTravelCalculationStatus> resultStatus
)
Public Shared Function UpdateMultiple ( 
	adoc As Document,
	elementsToUpdate As IList(Of ElementId),
	<OutAttribute> ByRef resultStatus As IList(Of PathOfTravelCalculationStatus)
) As Integer
public:
static int UpdateMultiple(
	Document^ adoc, 
	IList<ElementId^>^ elementsToUpdate, 
	[OutAttribute] IList<PathOfTravelCalculationStatus>^% resultStatus
)
static member UpdateMultiple : 
        adoc : Document * 
        elementsToUpdate : IList<ElementId> * 
        resultStatus : IList<PathOfTravelCalculationStatus> byref -> int 

Parameters

adoc  Document
 
elementsToUpdate  IListElementId
 
resultStatus  IListPathOfTravelCalculationStatus
 

Return Value

Int32
See Also