An enumerated type defining if an element type is exported to IFC or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum IFCExportElementType
Members
Member name | Value | Description |
---|---|---|
Default | 0 | Export element type to IFC according to category or Revit element settings. |
No | 2 | Don't export element type to IFC regardless of category or Revit element settings. |
Yes | 1 | Export element type to IFC regardless of category or Revit element settings. |