2020 Class
Changes 0
C

IFCFile

Description:
Represents the IFC file which is being created during export.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.IFCFile
public class IFCFile : IDisposable
Name Return Type Description
M Close() None Close the IFC file.
M CreateHeaderInstance(String) The instance handle. Creates an IFC header instance in the file model.
M CreateInstance(String) The instance handle. Creates an IFC instance in the file model.
M Create(IFCFileModelOptions) The IFC file. Creates an IFC file for exporting.
M CreateStyle(ExporterIFC, IFCAnyHandle) The handle. Creates and populates an IfcStyledItem for an IfcRepresentationItem with a IfcSurfaceStyle, IfcCurveStyle, and/or an IfcFillStyle, and assigns them to the file.
M CreateStyle(ExporterIFC, IFCAnyHandle, Color, ElementId) The handle. Creates and populates an IfcStyledItem for an IfcRepresentationItem with a IfcSurfaceStyle, IfcCurveStyle, and/or an IfcFillStyle, and assigns them to the file.
M Dispose() None Releases all resources used by the
M GetInstanceCount(String, Boolean) The count. Counts IFC instances of one particular type.
M GetInstances(String, Boolean) The instance handles. Gets IFC instances of one particular type.
M Read(IFCFileReadOptions) None Reads content from a file of IFC format.
M Read(IFCFileReadOptions, Int32%, Int32%) None Reads content from a file of IFC format.
M Write(IFCFileWriteOptions) None Writes content to a file of IFC format.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.