Revit 2025.3 API
IFCFile |
The XML configuration file name. It is used only for reading IFC-XML format file.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string XMLConfigFileName { get; set; }
Public Property XMLConfigFileName As String Get Set
public: property String^ XMLConfigFileName { String^ get (); void set (String^ value); }
member XMLConfigFileName : string with get, set
Property Value
String| Exception | Condition |
|---|---|
| ArgumentNullException | When setting this property: A non-optional argument was null |
It uses default configuration if it is not set.
See Also