PathOfTravelUpdateMultiple(Document, IListElementId, IListPathOfTravelCalculationStatus) Method |
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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