Share

IFCFileReadOptions.XMLConfigFileName Property

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

C#

public string XMLConfigFileName { get; set; }

Property Value

String

Exceptions

ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null

Remarks

It uses default configuration if it is not set.

See Also

Reference

Was this information helpful?