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