IFCHybridImportImportElements(Document, String, IFCHybridImportOptions) Method

Imports IFC Elements using AnyCAD.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ElementId> ImportElements(
	Document doc,
	string file,
	IFCHybridImportOptions options
)

Parameters

doc  Document
Document to receive elements from the IFC file import.
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 elements.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also