2022 Class
Changes 6
C

IFCFileWriteOptions

Description:
This class contains options to write an IFC file.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.IFCFileWriteOptions
public class IFCFileWriteOptions : IDisposable
Name Return Type Description
C IFCFileWriteOptions() None Creates a default IFCFileWriteOptions. The default file format is ifc.
Name Return Type Description
M Dispose() None Releases all resources used by the
Name Return Type Description
P FileFormat IFCFileFormat The file format of the IFC file.
P FileName string The full file name of the IFC file to be written.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P XMLConfigFileName string The XML configuration file name. It is used only for writing IFC-XML format file.