Revit 2025.3 API
IFCFileRead(IFCFile |
Reads content from a file of IFC format.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void Read( IFCFileReadOptions readOptions )
Public Sub Read ( readOptions As IFCFileReadOptions )
public: void Read( IFCFileReadOptions^ readOptions )
member Read : readOptions : IFCFileReadOptions -> unit
Parameters
- readOptions IFCFileReadOptions
- The IFC file read options.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | Error reading opening model for unzipping. Error reading IFC file. |
See Also