IFCFileReadOptions
Description:
This class contains options to read an IFC file.
This class contains options to read an IFC file.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFC.IFCFileReadOptions
System.Object
Autodesk.Revit.DB.IFC.IFCFileReadOptions
public class IFCFileReadOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| IFCFileReadOptions() | None | Creates a default IFCFileReadOptions. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| FileName | string | The full file name of the IFC file to be read. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| XMLConfigFileName | string | The XML configuration file name. It is used only for reading IFC-XML format file. |