IFCExportOptions
Description:
IFC Export options.
IFC Export options.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFCExportOptions
System.Object
Autodesk.Revit.DB.IFCExportOptions
public class IFCExportOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| IFCExportOptions() | None | Default constructor. Initializes FileVersion to Default. WallAndColumnSplitting and ExportBaseQuantities are set to false. FamilyMappingFile is set to empty. |
| IFCExportOptions(IFCExportOptions) | None | Creates a copy of an IFCExportOptions. |
| Name | Return Type | Description |
|---|---|---|
| AddOption(String, String) | None | Adds a new named option to the options structure. |
| Assign(IFCExportOptions) | None | Assigns the values of the IFCExportOptions to this options object. |
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| ExportBaseQuantities | bool | Option to export IFC standard quantities currently supported by Revit. |
| FamilyMappingFile | string | Path to a file containing family mapping. |
| FileVersion | IFCVersion | IFC file version. |
| FilterViewId | ElementId | Id of the view whose visibility settings will govern the contents in the exported IFC file. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| SpaceBoundaryLevel | int | Level of space boundaries exported in IFC file. |
| WallAndColumnSplitting | bool | Option to allow division of multi-level walls and columns by levels. |