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 | Inherited From |
|---|---|---|---|
| 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 | Inherited From |
|---|---|---|---|
| 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 IFCExportOptions | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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 | Boolean | 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. |