Share

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: 26.2.0.0 (26.2.0.0)

Syntax

C#

public enum IFCExportElement

Members

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

See Also

Reference

Was this information helpful?