Revit 2026 API
IFCFile |
The file format of the IFC file.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IFCFileFormat FileFormat { get; set; }
Public Property FileFormat As IFCFileFormat Get Set
public: property IFCFileFormat FileFormat { IFCFileFormat get (); void set (IFCFileFormat value); }
member FileFormat : IFCFileFormat with get, set
Property Value
IFCFileFormat| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also