<Code Lib>
2023 Class
Changes 3
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() IFCFileWriteOptions 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.

Loading…