Share

IFCExportElementType Enumeration

An enumerated type defining if an element type is exported to IFC or not.


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

Syntax

C#

public enum IFCExportElementType

Members

Member nameValueDescription
Default0 Export element type to IFC according to category or Revit element settings.
No2 Don't export element type to IFC regardless of category or Revit element settings.
Yes1 Export element type to IFC regardless of category or Revit element settings.

See Also

Reference

Was this information helpful?