Reads content from a file of IFC format.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void Read( IFCFileReadOptions readOptions )
Parameters
- readOptions IFCFileReadOptions
- The IFC file read options.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | Error reading opening model for unzipping. Error reading IFC file. |
