Revit 2025.3 API
Exporter |
Identifies the file version being exported.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IFCVersion FileVersion { get; }
Public ReadOnly Property FileVersion As IFCVersion Get
public: property IFCVersion FileVersion { IFCVersion get (); }
member FileVersion : IFCVersion with get
Property Value
IFCVersionSee Also