IFCFileReadOptionsXMLConfigFileName Property |
The XML configuration file name. It is used only for reading IFC-XML format file.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
Exceptions
Remarks
It uses default configuration if it is not set.
See Also