Reads content from a file of IFC format.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2014
Syntax
| C# |
|---|
public void Read( IFCFileReadOptions readOptions ) |
| Visual Basic |
|---|
Public Sub Read ( _ readOptions As IFCFileReadOptions _ ) |
| Visual C++ |
|---|
public: void Read( IFCFileReadOptions^ readOptions ) |
Parameters
- readOptions
- Type: Autodesk.Revit.DB.IFC..::..IFCFileReadOptions
The IFC file read options.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |