Revit 2025.3 API
IFCHybrid |
Updates IFC Elements using AnyCAD.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<ElementId> UpdateElements( Document doc, string file )
Public Function UpdateElements ( doc As Document, file As String ) As IList(Of ElementId)
public: IList<ElementId^>^ UpdateElements( Document^ doc, String^ file )
member UpdateElements : doc : Document * file : string -> IList<ElementId>
Parameters
- doc Document
- Document to receive elements from the IFC file update.
- file String
- Full path of the file to import.
Return Value
IListElementIdReturns an array of ElementIds representing created or updated elements.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also