Updates IFC Elements using AnyCAD.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ElementId> UpdateElements(
Document doc,
string file,
IFCHybridImportOptions options
)
Parameters
- doc Document
-
Document to receive elements from the IFC file update.
- file String
-
Full path of the file to import.
- options IFCHybridImportOptions
-
The hybrid import options.
Return Value
IList<ElementId>
Returns an array of ElementIds representing created or updated elements.
Exceptions
See Also
Reference