Share

IFCExportOptions Class

IFC Export options.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.IFCExportOptions


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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.

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.

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)

See Also

Reference

Was this information helpful?