IFCExportElement Enumeration

IFCExportElement Enumeration

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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum IFCExportElement
Public Enumeration IFCExportElement
public enum class IFCExportElement
type IFCExportElement
Members
Member nameValueDescription
ByType0 Export element to IFC according to type settings.
Yes1 Export element to IFC regardless of type or category settings.
No2 Don't export element to IFC regardless of type or category settings.
See Also