Revit 2025.3 API
IFCExport |
IFC file version.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IFCVersion FileVersion { get; set; }
Public Property FileVersion As IFCVersion Get Set
public: property IFCVersion FileVersion { IFCVersion get (); void set (IFCVersion value); }
member FileVersion : IFCVersion with get, set
Property Value
IFCVersion| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
Default is IFCVersion.Default.
See Also