ImporterIFC.HybridElementImport
Method
Description:
Imports IFC Elements using non-open-source framework.
Imports IFC Elements using non-open-source framework.
Syntax
[ObsoleteAttribute("This method is deprecated in Revit 2025 and may be removed in a later version of Revit. We suggest you use the 'IFCHybridImport' class instead.")]
public IList<ElementId> HybridElementImport(
Document doc,
string file
)
Parameters
Parameter | Type | Description |
---|---|---|
doc | Document | Document into which Import is done. |
file | String | Full path of the file to import. |
Return Value
Type | Description |
---|---|
IList | Elements imported using non-open-source framework. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |