IFCHybridImportUpdateElements(Document, String, IFCHybridImportOptions) Method |
Updates IFC Elements using AnyCAD.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic IList<ElementId> UpdateElements(
Document doc,
string file,
IFCHybridImportOptions options
)
Public Function UpdateElements (
doc As Document,
file As String,
options As IFCHybridImportOptions
) As IList(Of ElementId)
public:
IList<ElementId^>^ UpdateElements(
Document^ doc,
String^ file,
IFCHybridImportOptions^ options
)
member UpdateElements :
doc : Document *
file : string *
options : IFCHybridImportOptions -> IList<ElementId>
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
IListElementId
Returns an array of ElementIds representing created or updated elements.
Exceptions
See Also