IFCExportOptions Class

IFC Export options.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBIFCExportOptions

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class IFCExportOptions : IDisposable

The IFCExportOptions type exposes the following members.

Constructors
 NameDescription
Public methodIFCExportOptions Default constructor. Initializes FileVersion to Default. WallAndColumnSplitting and ExportBaseQuantities are set to false. FamilyMappingFile is set to empty.
Public methodIFCExportOptions(IFCExportOptions) Creates a copy of an IFCExportOptions.
Top
Properties
 NameDescription
Public propertyExportBaseQuantities Option to export IFC standard quantities currently supported by Revit.
Public propertyFamilyMappingFile Path to a file containing family mapping.
Public propertyFileVersion IFC file version.
Public propertyFilterViewId Id of the view whose visibility settings will govern the contents in the exported IFC file.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertySpaceBoundaryLevel Level of space boundaries exported in IFC file.
Public propertyWallAndColumnSplitting Option to allow division of multi-level walls and columns by levels.
Top
Methods
 NameDescription
Public methodAddOption Adds a new named option to the options structure.
Public methodAssign Assigns the values of the IFCExportOptions to this options object.
Public methodDisposeReleases all resources used by the IFCExportOptions
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also