2027 Class
Changes 0
C

IFCExportOptions

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